rampa069 / ZX-ESPectrum

A ZX spectrum 48K/128K emulator running on ESP32 with bitluni ESP32 VGA Board (also in TTG VGA32)
153 stars 46 forks source link

issues with compile platform.io #13

Open firepower9966 opened 3 years ago

firepower9966 commented 3 years ago

Due to changes in later versions of platform.io There is no upload file system in platform.io GUI.

  1. In directory edit file "Disk.cpp" edit line 30

(!SPIFFS.begin(true))

This allows spiffs to compile.

  1. Run in vcltools/platform.io command terminal

    pio run -t uploadfs

This uploads files in to SPIFFS

  1. Build and upload code in vctool/platform.io
jorgefuertes commented 3 years ago

Would you please create a pull request?