fix some issues
This commit is contained in:
+2
-2
@@ -67,7 +67,7 @@ void makeMenu(void);
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
DebugTimes::setConsolOutput(true);
|
||||
// DebugTimes::setConsolOutput(true);
|
||||
DebugTimes setupTime;
|
||||
char wifiIndicator = 'X';
|
||||
|
||||
@@ -130,7 +130,7 @@ void loop() {
|
||||
DebugTimes wifiTime;
|
||||
Network::checkWiFi();
|
||||
Network::checkMQTT();
|
||||
wifiTime.stopConsol("WiFi-Time", 5);
|
||||
wifiTime.stopConsol("WiFi-Time", 10);
|
||||
}
|
||||
driveManager->loop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user