summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/powermgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 77177e61af..3095d2c97b 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -95,8 +95,8 @@ void powermgmt_init(void) INIT_ATTR;
95#endif 95#endif
96 96
97#ifndef BATT_CURRENT_AVE_SAMPLES 97#ifndef BATT_CURRENT_AVE_SAMPLES
98/* TODO may need tweaking */ 98/* semi arbitrary but needs to be 'large' for the time estimation algorithm */
99#define BATT_CURRENT_AVE_SAMPLES 16 99#define BATT_CURRENT_AVE_SAMPLES 128
100#endif 100#endif
101 101
102#ifndef POWER_THREAD_STEP_TICKS 102#ifndef POWER_THREAD_STEP_TICKS