mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-31 07:26:28 +08:00
feat(bootloader): Boot copy OTA is not depend on others
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#if defined(CONFIG_ESP8266_OTA_FROM_OLD) && defined(BOOTLOADER_BUILD)
|
||||
#if (defined(CONFIG_ESP8266_OTA_FROM_OLD) || defined(CONFIG_ESP8266_BOOT_COPY_APP)) && defined(BOOTLOADER_BUILD)
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user