From f4906ad69910b1e66066bf9c0b544fdf9df0d26a Mon Sep 17 00:00:00 2001 From: Max-Plastix Date: Fri, 21 Jan 2022 16:54:12 -0800 Subject: [PATCH] Fix Battery charging current to avoid USB overload --- main/configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/configuration.h b/main/configuration.h index 63ad9cb..5a56a57 100644 --- a/main/configuration.h +++ b/main/configuration.h @@ -56,7 +56,9 @@ along with this program. If not, see . #ifndef DEADZONE_LON #define DEADZONE_LON -123.4567 #endif +#ifndef DEADZONE_RADIUS_M #define DEADZONE_RADIUS_M 500 // meters +#endif // Uncomment to enable discarding network settings by long pressing second button #define PREFS_DISCARD