1
0
mirror of https://github.com/equant/apple2idiot.git synced 2024-06-28 09:53:34 +00:00
apple2idiot/README.md

28 lines
617 B
Markdown
Raw Normal View History

2021-06-30 21:40:07 +00:00
# apple2idiot
A general purpose ESP32 IOT board for the Apple IIe
2021-07-31 18:01:54 +00:00
# Requirements
## Arduino Libraries
+ https://github.com/me-no-dev/ESPAsyncWebServer
+ https://github.com/me-no-dev/AsyncTCP
Instructions for installing Arduino libraries: https://www.arduino.cc/en/Guide/Libraries
Download the zips from github...
```bash
cd ~/Arduino/libraries
unzip AsyncTCP-master.zip
unzip ESPAsyncWebServer-master.zip
mv AsyncTCP-master AsyncTCP
mv ESPAsyncWebServer-master ESPAsyncWebServer
```
## Potential requirements
For ESP32 webserver to serve static files...
+ https://github.com/me-no-dev/arduino-esp32fs-plugin