Add Serial.begin (whoops)

This commit is contained in:
James Wood 2020-07-16 13:43:45 +10:00
parent a1d69c0078
commit 044a0313c5
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ void reconnectMqtt() {
}
void setup() {
if(debug) Serial.begin(115200);
if(resetWifiSettings) LittleFS.format();
if(debug) Serial.println("mounting FS...");