3#ifdef USE_NEXTION_TFT_UPLOAD
9static const char *
const TAG =
"nextion.upload";
13 ESP_LOGD(TAG,
"Upload successful");
17 ESP_LOGE(TAG,
"Upload failed");
bool upload_end_(bool successful)
Ends the upload process, restart Nextion and, if successful, restarts ESP.
struct esphome::nextion::Nextion::@139 connection_state_
Status flags for Nextion display state management.
uint32_t original_baud_rate_
virtual void load_settings(bool dump_config)
Load the UART settings.
void set_baud_rate(uint32_t baud_rate)
uint32_t get_baud_rate() const
Providing packet encoding functions for exchanging data with a remote host.
void IRAM_ATTR HOT delay(uint32_t ms)
Application App
Global storage of Application pointer - only one Application can exist.