mirror of
https://github.com/equant/apple2idiot.git
synced 2025-03-19 23:31:16 +00:00
apple2idiot
Potential requirements
Some of these examples require things. Here are some notes I've been taking...
Arduino Libraries
- https://github.com/me-no-dev/ESPAsyncWebServer
- https://github.com/me-no-dev/AsyncTCP
- ArduinoJSON by Benoit Blanchon
Instructions for installing Arduino libraries: https://www.arduino.cc/en/Guide/Libraries
Download the zips from github...
cd ~/Arduino/libraries
unzip AsyncTCP-master.zip
unzip ESPAsyncWebServer-master.zip
mv AsyncTCP-master AsyncTCP
mv ESPAsyncWebServer-master ESPAsyncWebServer
For ESP32 webserver to serve static files...