It's built on top of esp8266/Arduino.
- Install PlatformIO
Ctrl+Alt+B
in your editor, or
$ pio run
Ctrl + Alt + U
in your editor, or
$ pio run -t upload
- Tips: Don't forget to comment out the lines below to do ISP(UART) programming.
# platform.ini
upload_port = ${env:main.device_name}.local
upload_protocol = espota
V: 5V (LDO_IN)
R: ESP_RESET: RST pin
B: ESP_BOOT: GPIO0 pin
G: GND
T: ESP_TXD: TX pin
R: ESP_RXD: RX pin
- All the assets are gziped and included as C headers.
src/webui/app.js.gz.h
src/webui/favicon.ico.gz.h
src/webui/manifest.json.gz.h
src/webui/index.html.gz.h
...
- See webui/README.md