[nextion] Send auto_wake_on_touch as part of startup commands on loop (#11670)

This commit is contained in:
Edward Firmo
2025-11-02 23:06:13 +01:00
committed by GitHub
parent f6946c0b9a
commit 425c88ee94

View File

@@ -323,6 +323,8 @@ void Nextion::loop() {
this->set_touch_sleep_timeout(this->touch_sleep_timeout_);
}
this->set_auto_wake_on_touch(this->connection_state_.auto_wake_on_touch_);
this->connection_state_.ignore_is_setup_ = false;
}