Add esp_flash.h include for ESP32 bootloader flash operations

Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-05 14:20:14 +00:00
parent 93908e758f
commit a18a661c73

View File

@@ -21,6 +21,7 @@
#if defined(ARDUINO_ARCH_ESP32) && !defined(WLED_DISABLE_OTA)
#include <esp_partition.h>
#include <esp_ota_ops.h>
#include <esp_flash.h>
#include <bootloader_common.h>
#include <mbedtls/sha256.h>
#endif