mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Partitions for ESP32
This commit is contained in:
6
partitions_custom.csv
Normal file
6
partitions_custom.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
ota_0, app, ota_0, 0x10000, 0x1A0000
|
||||
ota_1, app, ota_1, , 0x1A0000
|
||||
otadata, data, ota, 0x350000, 0x2000
|
||||
nvs, data, nvs, , 0x6000
|
||||
data, data, spiffs, , 0xA8000
|
||||
|
@@ -23,7 +23,7 @@ lib_deps=
|
||||
Adafruit BMP280 Library
|
||||
Adafruit BME280 Library
|
||||
|
||||
#board_build.partitions = partitions_custom.csv
|
||||
board_build.partitions = partitions_custom.csv
|
||||
|
||||
[env:esp32dev]
|
||||
platform = espressif32
|
||||
|
||||
Reference in New Issue
Block a user