Search found 3 matches
- Mon Jan 22, 2018 9:53 pm
- Forum: General Discussion
- Topic: Data deletion while using wear leveling FatFS
- Replies: 1
- Views: 2742
Data deletion while using wear leveling FatFS
Hi, I'm working on a project where I need to be able to completely erase any evidence of certain file data on the FS. I'm implementing the wear-leveling FatFS, but I can't seem to figure out how to completely delete/erase the data. I assume that using a simple delete command just erases the pointer ...
- Wed Aug 02, 2017 1:11 pm
- Forum: General Discussion
- Topic: Backtrace strange behavior
- Replies: 3
- Views: 5110
Re: Backtrace strange behavior
I am currently using the Wroom32 Dev kit C with the USB power/serial cable.
- Tue Aug 01, 2017 5:34 pm
- Forum: General Discussion
- Topic: Backtrace strange behavior
- Replies: 3
- Views: 5110
Backtrace strange behavior
Hello, I am currently trying to use the ESP32 to run a small HTTP server while running a WiFi AP. The system uses SPIFFS to access a small 16Mb SPI flash. I've been able to display pages on my main system browser over WiFi perfectly fine. For some reason though, when one page is called and it trigge...