The plan is to just store an .json file...ESP_Sprite wrote: ↑Fri Apr 19, 2024 8:31 amDependent on what configuration you need, nvs could also be a good place to store it.
Search found 3 matches
- Fri Apr 19, 2024 9:01 am
- Forum: ESP32 Arduino
- Topic: Partitioning ESP32
- Replies: 8
- Views: 2369
Re: Partitioning ESP32
- Fri Apr 19, 2024 6:31 am
- Forum: ESP32 Arduino
- Topic: Partitioning ESP32
- Replies: 8
- Views: 2369
Re: Partitioning ESP32
Okay, I don't think I need the factory, so I will try to make two ota partitions. Like this?:
I was planning to use the spiffs to save a config file. Would that nok be a good place to store it?
I was planning to use the spiffs to save a config file. Would that nok be a good place to store it?
- Thu Apr 18, 2024 1:17 pm
- Forum: ESP32 Arduino
- Topic: Partitioning ESP32
- Replies: 8
- Views: 2369
Partitioning ESP32
Hi,
I need to change the partitions of my ESP32 filesystem, to support larger app.
I need OTA..
My board has 4MB flash.
I come up with this, but I'm not sure this is correct, and will support my needs?
I need to change the partitions of my ESP32 filesystem, to support larger app.
I need OTA..
My board has 4MB flash.
I come up with this, but I'm not sure this is correct, and will support my needs?