diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-m200v4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 20bbec6023..7cc2a1db31 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -56,6 +56,9 @@ #define CONFIG_RTC RTC_AS3525 #endif +/* Hardware controlled charging */ +#define CONFIG_CHARGING CHARGING_SIMPLE + /* define this if you have RTC RAM available for settings */ //#define HAVE_RTC_RAM |