summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index c772195d64..72a36b04bf 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -33,7 +33,7 @@
33#endif 33#endif
34 34
35#define BATTERY_RANGE (BATTERY_LEVEL_FULL - BATTERY_LEVEL_EMPTY) 35#define BATTERY_RANGE (BATTERY_LEVEL_FULL - BATTERY_LEVEL_EMPTY)
36#define BATTERY_CAPACITY_MAX 2400 /* max. capacity that can be selected in settings menu, min. is always 1500 */ 36#define BATTERY_CAPACITY_MAX 3200 /* max. capacity that can be selected in settings menu, min. is always 1500 */
37 37
38#define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ 38#define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */
39#define POWER_AVG_N 4 /* how many samples to take for each measurement */ 39#define POWER_AVG_N 4 /* how many samples to take for each measurement */