mirror of
https://github.com/esphome/esphome.git
synced 2026-09-03 19:46:02 +00:00
fix
This commit is contained in:
@@ -105,6 +105,9 @@ void APIServer::setup() {
|
||||
camera::Camera::instance()->add_listener(this);
|
||||
}
|
||||
#endif
|
||||
|
||||
// Initialize last_connected_ for reboot timeout tracking
|
||||
this->last_connected_ = millis();
|
||||
}
|
||||
|
||||
void APIServer::loop() {
|
||||
|
||||
Reference in New Issue
Block a user