Amend readme to mention editing form.edn
This commit is contained in:
parent
cf14d74ca5
commit
320285df1e
|
@ -2,9 +2,11 @@
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
This should be used with a companion wemos app which servers up these pages, you will need to copy the files to your sketch data folder and upload them to the wemos from the arduino software or using esptool.
|
This should be used with a companion wemos app which servers up these pages, you will need to copy the files to your sketch data folder and upload them to the wemos from the arduino software or using esptool.
|
||||||
|
|
||||||
[[./resources/public/example.png]]
|
[[./resources/public/example.png]]
|
||||||
|
|
||||||
|
* Modifying
|
||||||
|
You can do basic modification by editing the =form.edn= file this dynamically creates the inputs the name field is the most important part, this dictates the key in the saved arduino config.
|
||||||
|
|
||||||
* Requirements
|
* Requirements
|
||||||
To build or run this tool you will need clojure installed to download the requirements and generate the javascript.
|
To build or run this tool you will need clojure installed to download the requirements and generate the javascript.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue