what does fopen do on ESP32?
Posted: Sun Sep 02, 2018 9:20 pm
Hi
Since the ESP32 doesn't have a harddrive in the way a pc does, what happens when I call fopen?(if it does anything?)
Will it create a file in SPIFFS?
Is there a way to make it work, as I can't get it to work.(Gives me an error when trying to create a file)
It would be nice if I can use the FILE class as pretty much every library uses it.(e.g. stb_image)
Thx!
Since the ESP32 doesn't have a harddrive in the way a pc does, what happens when I call fopen?(if it does anything?)
Will it create a file in SPIFFS?
Is there a way to make it work, as I can't get it to work.(Gives me an error when trying to create a file)
It would be nice if I can use the FILE class as pretty much every library uses it.(e.g. stb_image)
Thx!