Merge branch 'back_to_loop_check_for_api_reboot' into integration

This commit is contained in:
J. Nick Koston
2025-12-04 17:50:45 -06:00
+4
View File
@@ -108,6 +108,10 @@ void APIServer::setup() {
// Initialize last_connected_ for reboot timeout tracking
this->last_connected_ = App.get_loop_component_start_time();
// Set warning status if reboot timeout is enabled
if (this->reboot_timeout_ != 0) {
this->status_set_warning();
}
}
void APIServer::loop() {