File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ________________________________________________________________________________
3838 #include " A7670_utils.h"
3939#endif
4040
41- String versionDate = " 2024.09.23 " ;
41+ String versionDate = " 2024.09.25 " ;
4242Configuration Config;
4343WiFiClient espClient;
4444
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ bool Configuration::readFile() {
178178 battery.voltageDividerR1 = data[" battery" ][" voltageDividerR1" ] | 100.0 ;
179179 battery.voltageDividerR2 = data[" battery" ][" voltageDividerR2" ] | 27.0 ;
180180
181- battery.sendVoltageAsTelemetry = data[" battery" ][" sendVoltageAsTelemetry" ] | true ;
181+ battery.sendVoltageAsTelemetry = data[" battery" ][" sendVoltageAsTelemetry" ] | false ;
182182
183183 bme.active = data[" bme" ][" active" ] | false ;
184184 bme.heightCorrection = data[" bme" ][" heightCorrection" ] | 0 ;
You can’t perform that action at this time.
0 commit comments