LuaNode
LuaNode copied to clipboard
ask for help
D:/newespidf/nodemcu-firmware/components/platform/flash_api.c: In function 'flash_detect_size_byte': D:/newespidf/nodemcu-firmware/components/platform/flash_api.c:50:25: error: 'ESP_PARTITION_TABLE_ADDR' undeclared (first use in this function) const uint32_t offs = ESP_PARTITION_TABLE_ADDR;
anyone help?
CC /data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/build/platform/platform_partition.o
/data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/components/platform/platform_partition.c: In function 'platform_partition_info':
/data/common/esp32/LuaNode/LuaNode_Esp32/LuaNode32/components/platform/platform_partition.c:46:24: error: 'ESP_PARTITION_TABLE_ADDR' undeclared (first use in this function)
#define PARTITION_ADD ESP_PARTITION_TABLE_ADDR
Note that this is when I point IDF_PATH to v3.1 release of esp-idf (I'm unable to make it compile with the submodule checkout as well - though I get a different error there)