mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 07:49:01 +00:00
Fixed reboot look
This commit is contained in:
parent
e8fc6d48bf
commit
dd23a0fa60
@ -121,6 +121,10 @@ DSMRParser *dsmrParser = NULL;
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
|
||||
if(!config.hasConfig()) {
|
||||
config.clearGpio(gpioConfig);
|
||||
}
|
||||
|
||||
delay(1);
|
||||
config.loadTempSensors();
|
||||
hw.setup(&gpioConfig, &config);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user