fixed missed \n in Debug Messages
This commit is contained in:
@@ -332,7 +332,7 @@ void wifiMaintainConnectionTicker_callback()
|
||||
else
|
||||
{
|
||||
// Trigger AP mode if the maximum failures are reached
|
||||
Debug_pushMessage("WiFi not connected! - Start AP");
|
||||
Debug_pushMessage("WiFi not connected! - Start AP\n");
|
||||
toggleWiFiAP();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user