Nextion - Do not refresh sensors while updating (#6566)

This commit is contained in:
Edward Firmo
2024-04-18 02:05:37 +02:00
committed by GitHub
parent 5a093acbf5
commit 39deb89108
7 changed files with 32 additions and 8 deletions
+2
View File
@@ -1137,5 +1137,7 @@ void Nextion::set_writer(const nextion_writer_t &writer) { this->writer_ = write
ESPDEPRECATED("set_wait_for_ack(bool) is deprecated and has no effect", "v1.20")
void Nextion::set_wait_for_ack(bool wait_for_ack) { ESP_LOGE(TAG, "This command is deprecated"); }
bool Nextion::is_updating() { return this->is_updating_; }
} // namespace nextion
} // namespace esphome