some messages updated

This commit is contained in:
2020-10-15 20:28:28 +03:00
parent accfd0d245
commit b6987bc5bf
2 changed files with 3 additions and 3 deletions

View File

@@ -558,7 +558,7 @@ lan_status lanLoop() {
switch (etherStatus) {
case NO_LINK:
errorSerial<<F("No link")<<endl;
errorSerial<<F("\nNo link")<<endl;
lanStatus = DO_REINIT;
break;
case DHCP_CHECK_RENEW_FAIL:
@@ -872,7 +872,7 @@ if (WiFi.status() == WL_CONNECTED) {
lanStatus = HAVE_IP_ADDRESS;
}
else {
infoSerial<<"\nNo IP data found in flash\n";
infoSerial<<"\nuses DHCP\n";
wdt_dis();
#if defined(ARDUINO_ARCH_STM32)

View File

@@ -201,7 +201,7 @@ switch (regType) {
default:
debugSerial<<F("Not supported reg type\n");
}
if (result != node.ku8MBSuccess) errorSerial<<F("MBUS: Polling error")<<endl;
if (result != node.ku8MBSuccess) errorSerial<<F("MBUS: Polling error ")<<result<<endl;
return (result == node.ku8MBSuccess);
}