Skip to content

Commit

Permalink
correct SOC factor
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Dec 11, 2023
1 parent fa55e71 commit 734860d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ monitor_filters = esp8266_exception_decoder, default, time, printable, colorize
board_build.ldscript = eagle.flash.4m.ld ; 4MB (FS:4MB OTA:~3600KB)
upload_speed = 921600

custom_prog_version = 1.1.2
custom_prog_version = 1.1.2C-1

build_flags =
-DVERSION=${this.custom_prog_version}
Expand Down
2 changes: 1 addition & 1 deletion src/VeDirectDataList.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static const char * VePrettyData[][3] PROGMEM {
{"T","Battery_temperature","0"}, // display in webUI | Dont edit
{"P","Instantaneous_power","0"},
{"CE","Consumed_Amp_Hours","1000"},
{"SOC", "SOC", "1000"}, // display in webUI | Dont edit
{"SOC", "SOC", "10"}, // display in webUI | Dont edit
{"TTG","Time_to_go","0"},
{"ALARM","Alarm",""},
{"RELAY","Relay",""}, // display in webUI | Dont edit
Expand Down

0 comments on commit 734860d

Please sign in to comment.