Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 416 Bytes

WiFi Configuration HTML Generator

This tool is used to create the index_html.hpp file will be sent to new http connections during the wifi manager's configuration mode.

$ cargo build --release
$ ./target/release/wchgen \
  ../../src/beetle-pio/include/index.html > ../../src/beetle-pio/include/index_html.hpp

← README