Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

persistent storage for configuration and task information #6

Open dhebbeker opened 1 year ago

dhebbeker commented 1 year ago

For the purpose of

The application layer interface requires:

Reading and writing may be split into several transactions or run as a background process. This may be outsourced in a separate issue.

References:

dhebbeker commented 2 months ago

First find a way to get the content of a file from mass storage as string, while identifying a file via a string.

https://docs.espressif.com/projects/arduino-esp32/en/latest/api/usb_msc.html

dhebbeker commented 1 month ago

https://github.com/espressif/arduino-esp32/blob/master/libraries/USB/examples/USBMSC/USBMSC.ino

https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/examples/MassStorage/msc_esp32_file_browser/msc_esp32_file_browser.ino