mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
esp32 compiling version
This commit is contained in:
@@ -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,
|
||||
|
BIN
partitions.xlsx
Normal file
BIN
partitions.xlsx
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user