Skip to content

Commit

Permalink
Fixed reboot loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Jan 18, 2023
1 parent dd23a0f commit bdee066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmsToMqttBridge.ino
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DSMRParser *dsmrParser = NULL;
void setup() {
Serial.begin(115200);

if(!config.hasConfig()) {
if(!config.getGpioConfig(gpioConfig)) {
config.clearGpio(gpioConfig);
}

Expand Down

0 comments on commit bdee066

Please sign in to comment.