esp32 compiling version

This commit is contained in:
Dmitry Borisenko
2021-12-13 23:35:29 +01:00
parent fbb5ba7e64
commit 1a88298fd4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x170000,
app0, app, ota_0, 0x10000, 0x150000,
app1, app, ota_1, 0x160000,0x150000,
spiffs, data, spiffs, 0x2B0000,0x150000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x140000 0x150000
5 app1 app ota_1 0x150000 0x160000 0x140000 0x150000
6 spiffs data spiffs 0x290000 0x2B0000 0x170000 0x150000

BIN
partitions.xlsx Normal file

Binary file not shown.

View File

@@ -111,7 +111,7 @@ lib_deps =
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200
board_build.partitions = esp32_partitions.csv
board_build.partitions = esp32_partitions_castom.csv
[env:esp32_mysensors_4mb]
build_flags = -Desp32_mysensors_4mb="esp32_mysensors_4mb"