1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

prepare github release flow and version handling

This commit is contained in:
andreas
2021-11-07 20:48:28 +01:00
parent f3873cf6b3
commit 712829c7e4
6 changed files with 126 additions and 4 deletions

6
partitions_custom.csv Normal file
View File

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