[nextion] Replace flags to USE_ARDUINO (#6700)

This commit is contained in:
Edward Firmo
2024-05-08 21:05:24 +02:00
committed by GitHub
parent 7764ab2411
commit e48d02495b
2 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
#include "nextion.h"
#ifdef USE_NEXTION_TFT_UPLOAD
#ifdef ARDUINO
#ifdef USE_ARDUINO
#include "esphome/core/application.h"
#include "esphome/core/defines.h"
@@ -383,5 +383,5 @@ WiFiClient *Nextion::get_wifi_client_() {
} // namespace nextion
} // namespace esphome
#endif // ARDUINO
#endif // USE_ARDUINO
#endif // USE_NEXTION_TFT_UPLOAD