reenabled ota and logs to TCP ocnnection port 9876
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user