Files
OpenEPaperLink/ESP32_AP-Flasher/include
Mimoja f487092f7f Add SDCard support
To be able to store more images and never worry about running
out of storage again we are adding support of SDCards.

We are faced with two options:
1) Remove the LittleFS code
2) Allow for both FSs but increase the app partition as we run
out of space.

We have opted for 2 for two reasons:
1) Unformated SDCards can be initialized from the littleFS
2) If the SDCard and the flasher share the same SPI pins
the SDCard needs to be completely disconnected so there needs
to be a FS in that rare case.

Performance wise the SDCard is not slowing the system down.
Writing the AP db with 70 APs takes 2.5 seconds, on the SD
only 800ms. This however is SD and setup depending.

By default the SDCard is expected on pins 18,19,23 however this
is configurable via preprocessor defines.

Globally we replace LittleFS with a new pointer to the currently
used FS allowing for hotswapping where the FS pointer is not saved.
One case which is therefore not working is the SPIFSEditor which
copies the FS interally.

Signed-off-by: Mimoja <git@mimoja.de>
2023-06-20 17:51:10 +02:00
..
2023-05-23 11:20:03 +02:00
2023-06-09 12:56:58 +02:00
2023-05-25 09:22:48 +02:00
2023-06-20 17:51:10 +02:00
2023-06-11 13:29:49 +02:00
2023-06-11 13:29:49 +02:00
2023-05-24 17:00:41 +02:00
2023-03-23 09:51:50 +01:00
2023-05-27 19:25:28 +02:00