hash6iron / powadcr

TAP/TZX Digital cassette recorder for 8-bit machines
GNU General Public License v3.0
23 stars 10 forks source link

Fixes & Features #31

Open jgauchia opened 17 hours ago

jgauchia commented 17 hours ago

Knew issues

Features

IMPORTANT

In order to use the SPIFFS partition, the file system must be generated and uploaded to the ESP. Any changes (file deletion, add, etc..) It's necessary to generate and upload file system to the ESP If doesn't exists previous SPIFFS partition , first upload the new firmware with the SPIFFS partition schema and after generate and upload SPIFFS file system

Generate SPIFFS file system (In Platformio option in VSCode)

build

Upload file system to ESP32 (In Platformio option in VSCode)

upload