Skip to content

Latest commit

 

History

History

pio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

miniDenko/firmware

It's built on top of esp8266/Arduino.

Prerequisites

Build

  • Ctrl+Alt+B in your editor, or
$ pio run

Upload

  • 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

ISP port (J2) pin definitions:

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

Build WebUI

  • 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
...