You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i am trying to develop hardware with wroom 16mb. I need a partition table with 3mb app and 12.9mb spiffs and no ota. Can you add this in ESP32 Dev Module? I made an example partition table. I am sharing this below.
Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.3
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
hi, i am trying to develop hardware with wroom 16mb. I need a partition table with 3mb app and 12.9mb spiffs and no ota. Can you add this in ESP32 Dev Module? I made an example partition table. I am sharing this below.
Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.3
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
3mb app 12.9mb spiffs, No ota partition table:
Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, data, spiffs, 0x310000, 0xCF0000,
The text was updated successfully, but these errors were encountered: