diff --git a/devtimer.py b/devtimer.py index c0ee4cc..064c96a 100755 --- a/devtimer.py +++ b/devtimer.py @@ -65,7 +65,7 @@ # unnecessary function calls, so we make these globally RW. # So, shoot me ... -CURRENT_PROFILE = REALTIME +CURRENT_PROFILE = FILM #REALTIME CURRENT_TEMP = TEMP_SENTINEL # Operating globals @@ -222,14 +222,14 @@ # Update the temperature LED temp_led.set_segments([hun, ten, one, FARENHEIGHT]) - sleep(0.5) + sleep(0.3) # If we're in a compensating profile and out of # temperature range, blink the time display if OUTOFRANGE: temp_led.brightness=0 - temp_led.set_segments([hun, ten, one, F]) + temp_led.set_segments([hun, ten, one, FARENHEIGHT]) #####