We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4eb1 commit 41caec2Copy full SHA for 41caec2
platforms/esp32/Makefile.build
@@ -70,10 +70,10 @@ GEN_DIR ?= $(BUILD_DIR)/gen
70
export APP_SLOT_SIZE ?= 0x180000
71
FS_IMG = $(FW_STAGING_DIR)/fs.img
72
export ESP_IDF_EXTRA_PARTITION
73
-export NVS_ADDR = 0x9000
74
-export NVS_SIZE = 0x4000
75
-export APP_OFFSET = 0x10000
76
-export OTA_DATA_ADDR = 0xd000
+export NVS_ADDR ?= 0x9000
+export NVS_SIZE ?= 0x4000
+export APP_OFFSET ?= 0x10000
+export OTA_DATA_ADDR ?= 0xd000
77
export OTA_DATA_SIZE = 0x2000
78
MAP_FILE = $(BUILD_DIR)/$(APP).map
79
0 commit comments