Publish Nextion is off during upload TFT

This commit is contained in:
Edward Firmo
2023-11-30 13:05:16 +01:00
parent 67706293d3
commit 72ab301a2a

View File

@@ -138,6 +138,8 @@ script:
static const char *const TAG = "script.upload_tft";
ESP_LOGD(TAG, "Starting...");
nextion_init->publish_state(false);
std::vector<uint8_t> buffer_;
bool is_updating_ = false;