mirror of
https://github.com/esphome/esphome.git
synced 2026-02-20 16:35:37 -07: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