Fixed warning regarding switch statement
This commit is contained in:
parent
373e1e5e8f
commit
a893701b6d
@ -31,6 +31,8 @@ void MqttSettingsClass::NetworkEvent(network_event event)
|
|||||||
Serial.println(F("Network lost connection"));
|
Serial.println(F("Network lost connection"));
|
||||||
mqttReconnectTimer.detach(); // ensure we don't reconnect to MQTT while reconnecting to Wi-Fi
|
mqttReconnectTimer.detach(); // ensure we don't reconnect to MQTT while reconnecting to Wi-Fi
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user