This firmware runs on the LilyGo T5 v2.3 (2.13")
- Install the correct serial port driver CP210X Driver
- Copy the files in the
libdirectory to~/Arduino/libraries(windows users copy toDocuments/Arduino/libraries) - Open
src/src.ino - Make sure
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.jsonis added as board manager URL. - Make sure the
esp32board definitions are installed. - Select the
ESP32 Dev Moduleboard and select the correct port. - Upload the sketch.
- Make sure
ESP32 Sketch data Uploadtool is installed (See: arduino-esp32fs-plugin. - Run the tool
Tools -> ESP32 Sketch data Uploadto upload the data folder to the ESP32 file system. - Connect to the WiFi access point that is broadcasted by the ESP32.
- Browse to the web page to configure the content (hostname is configured in code).