summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-m200v4.h3
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 @@
56#define CONFIG_RTC RTC_AS3525 56#define CONFIG_RTC RTC_AS3525
57#endif 57#endif
58 58
59/* Hardware controlled charging */
60#define CONFIG_CHARGING CHARGING_SIMPLE
61
59/* define this if you have RTC RAM available for settings */ 62/* define this if you have RTC RAM available for settings */
60//#define HAVE_RTC_RAM 63//#define HAVE_RTC_RAM
61 64