diff options
| -rw-r--r-- | firmware/export/config-recorderv2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 8addf78..575a88f 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -73,4 +73,7 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + #endif /* SIMULATOR */ |