diff options
Diffstat (limited to 'workspace/ts100/inc/Modes.h')
-rw-r--r-- | workspace/ts100/inc/Modes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/ts100/inc/Modes.h b/workspace/ts100/inc/Modes.h index aa00fca8..38a97211 100644 --- a/workspace/ts100/inc/Modes.h +++ b/workspace/ts100/inc/Modes.h @@ -27,7 +27,7 @@ enum { } operatingMode; enum { - UVLO = 0, SLEEP_TEMP, SLEEP_TIME,MOTIONDETECT, + UVCO = 0, SLEEP_TEMP, SLEEP_TIME, MOTIONDETECT, TEMPDISPLAY,LEFTY } settingsPage; |