Fix ESP32 build error by removing unnecessary esp_app_desc.h include

Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-09-03 19:25:42 +00:00
parent 956c1f5e6d
commit 3b1b3578f0
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
#include "esp_partition.h" // for bootloader version detection #include "esp_partition.h" // for bootloader version detection
#include "esp_flash.h" // for direct flash access #include "esp_flash.h" // for direct flash access
#include "esp_log.h" // for error handling #include "esp_log.h" // for error handling
#include "esp_app_desc.h" // for app description structures
#endif #endif
#endif #endif

View File

@@ -109,7 +109,6 @@
#ifndef WLED_DISABLE_OTA #ifndef WLED_DISABLE_OTA
#include "esp_ota_ops.h" #include "esp_ota_ops.h"
#include "esp_app_desc.h"
#endif #endif
#ifndef WLED_DISABLE_ESPNOW #ifndef WLED_DISABLE_ESPNOW