reenabled ota and logs to TCP ocnnection port 9876

This commit is contained in:
Emanuele Trabattoni
2025-08-29 21:30:38 +02:00
parent f9c5ab86ef
commit cde86a7f99
3 changed files with 14 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ const bool Cron::processEvents()
LOG_INFO("Cron skipping INACTIVE event [", eventName.c_str(), "] next execution time [", drivers::PCF85063::tm2str(eventParams.next).c_str(), "]");
break;
case CronStatus::SKIP:
LOG_INFO("Cron skipping 1 time ACTIVE event [", eventName.c_str(), "] next execution time [", drivers::PCF85063::tm2str(eventParams.next).c_str(), "]");
LOG_INFO("Cron skipping one time ACTIVE event [", eventName.c_str(), "] next execution time [", drivers::PCF85063::tm2str(eventParams.next).c_str(), "]");
eventParams.status = CronStatus::ACTIVE;
break;
default: