summaryrefslogtreecommitdiff
path: root/firmware/export/config/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sim.h')
-rw-r--r--firmware/export/config/sim.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h
index 1f545c5f36..1b69f6d15c 100644
--- a/firmware/export/config/sim.h
+++ b/firmware/export/config/sim.h
@@ -42,6 +42,13 @@
42#define CONFIG_CHARGING CHARGING_MONITOR 42#define CONFIG_CHARGING CHARGING_MONITOR
43#endif 43#endif
44 44
45/*
46 * Effectively disable battery smoothing, our simulated charge/ discharge
47 * cycle is way too fast for it otherwise
48 */
49#undef BATT_AVE_SAMPLES
50#define BATT_AVE_SAMPLES 1
51
45#undef CONFIG_USBOTG 52#undef CONFIG_USBOTG
46 53
47#undef USB_HANDLED_BY_OF 54#undef USB_HANDLED_BY_OF