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 #30

Closed jgauchia closed 17 hours ago

jgauchia commented 23 hours ago

Knew issues

Fixes

define hmiTxD 21

define hmiRxD 22

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

Generate SPIFFS file system (In Platformio option in VSCode)

build

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

upload