diff --git a/scripts/send_temps_to_lcd.sh b/scripts/send_temps_to_lcd.sh index 8dcd39b..f0751d2 100755 --- a/scripts/send_temps_to_lcd.sh +++ b/scripts/send_temps_to_lcd.sh @@ -21,5 +21,5 @@ sleep 1 while true do echo "CPU: $(sensors | grep 'Tccd1' | awk '{print substr($2, 2)}')?GPU: $(sensors | grep "edge" | awk '{print substr($2, 2)}')" | awk '{ gsub("\xc2\xb0", "\xdf", $0); print }' > $LCD_SERIAL_DEVICE - sleep 5 + sleep 1 done