mirror of
https://github.com/lucysrausch/hoverboard-firmware-hack.git
synced 2025-08-01 08:34:27 +02:00
improved low bat detection on other then 10s
This commit is contained in:
@@ -131,7 +131,7 @@ int offsetrr2 = 2000;
|
||||
int offsetdcl = 2000;
|
||||
int offsetdcr = 2000;
|
||||
|
||||
float batteryVoltage = 40.0;
|
||||
float batteryVoltage = BAT_NUMBER_OF_CELLS * 4.0;
|
||||
|
||||
int curl = 0;
|
||||
// int errorl = 0;
|
||||
|
Reference in New Issue
Block a user