mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-25 02:06:00 +00:00
Fixed NULL access
This commit is contained in:
@@ -319,7 +319,7 @@ private:
|
||||
bool wifiChanged, mqttChanged, meterChanged = true, domoChanged, ntpChanged = true, entsoeChanged = false;
|
||||
|
||||
uint8_t tempSensorCount = 0;
|
||||
TempSensorConfig** tempSensors;
|
||||
TempSensorConfig** tempSensors = NULL;
|
||||
|
||||
bool loadConfig83(int address);
|
||||
bool relocateConfig86();
|
||||
|
||||
Reference in New Issue
Block a user