mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Tweak low minsoc limit from testing
This commit is contained in:
parent
194534939e
commit
fda88a9efd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ static unsigned long previousMillis100ms = 0;
|
|||
static unsigned long previousMillis10ms = 0;
|
||||
|
||||
#define MAXSOC 9000 //90.00 Raw SOC displays this value when battery is at 100%
|
||||
#define MINSOC 1000 //10.00 Raw SOC displays this value when battery is at 0%
|
||||
#define MINSOC 500 //5.00 Raw SOC displays this value when battery is at 0%
|
||||
|
||||
static uint8_t heartbeat = 0; //Alternates between 0x55 and 0xAA every 5th frame
|
||||
static uint8_t heartbeat2 = 0; //Alternates between 0x55 and 0xAA every 5th frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue