forked from espressif/arduino-esp32
Add default config for BT init and offsets for partition table
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
nvs, data, nvs, 0x9000, 0x5000
|
||||
otadata, data, ota, 0xe000, 0x2000
|
||||
app0, app, ota_0, 0x10000, 1M,
|
||||
app1, app, ota_1, , 1M,
|
||||
spiffs, data, spiffs, , 0x1F0000,
|
||||
app1, app, ota_1, 0x110000,1M,
|
||||
spiffs, data, spiffs, 0x210000,0x1F0000,
|
||||
|
|
Reference in New Issue
Block a user