app_update: Add support esp32s2beta

This commit is contained in:
KonstantinKondrashov
2019-07-04 13:12:19 +08:00
committed by Angus Gratton
parent 6f102125b4
commit 6257828348

View File

@@ -39,9 +39,7 @@
#include "bootloader_common.h"
#include "sys/param.h"
#include "esp_system.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp_efuse.h"
#endif
#define SUB_TYPE_ID(i) (i & 0x0F)