Websocket sources working

This commit is contained in:
Djuri 2023-11-07 01:11:12 +01:00
parent c2226f73e0
commit 562348b5ea
28 changed files with 32411 additions and 6 deletions

7
partition.csv Normal file
View file

@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 36K, 20K,
otadata, data, ota, 56K, 8K,
app0, app, ota_0, 64K, 3200K,
#app1, app, ota_1, , 1600K,
spiffs, data, spiffs, , 600K,
coredump, data, coredump,, 64K,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 36K 20K
3 otadata data ota 56K 8K
4 app0 app ota_0 64K 3200K
5 #app1 app ota_1 1600K
6 spiffs data spiffs 600K
7 coredump data coredump 64K