Skip to main content

Questions tagged [partition]

Filter by
Sorted by
Tagged with
0 votes
3 answers
499 views

re. ESP32 Partition size and maximum program size Further to the above issue: The above is a neat little program. However, is there any way I can reference/extract the "app0” “partition->...
Rob's user avatar
  • 11
0 votes
1 answer
2k views

In my ESP32 project I have the following platformio.io file: [env:esp32-poe] platform = espressif32 board = esp32-poe framework = arduino lib_deps = openslab-osu/SSLClient@^1.6.7 knolleary/...
Mark's user avatar
  • 393
2 votes
1 answer
3k views

I have an ESP8266 in a project. It's specifically this ESP8266 SMT Module - ESP-12F item. It's been working great with OTA, but I realized belatedly that I didn't change the flash settings when I ...
Brick's user avatar
  • 184
0 votes
0 answers
901 views

I'm trying to upload an empty SPIFFS image to my ESP32's flash memory via the ESP32 sketch data uploader but I'm getting the following error: [SPIFFS] data : /path/to/my/data [SPIFFS] start : ...
Sim Son's user avatar
  • 1,878