Search found 1 match

by c4lic0
Tue Nov 14, 2023 2:46 pm
Forum: ESP32 Arduino
Topic: problem with esp32 pico D4 and memory flash
Replies: 1
Views: 3612

problem with esp32 pico D4 and memory flash

I try to write to the flash memory of the esp32 pico D4 but it does not write any data, I am using the preferred library and I tried with spiffs and littlefs, but I cannot write with any, my code is here: #include <Preferences.h> Serial.begin(115200); preference.begin("my-app", false); unsigned int ...