Go to file
Oliver Marks aab0689ff8 Massively improved and split out the config loader. 2019-09-06 07:36:19 +01:00
app Massively improved and split out the config loader. 2019-09-06 07:36:19 +01:00
resources/public Refactor input fields. 2019-09-04 14:07:00 +01:00
src/DEMOAPP Massively improved and split out the config loader. 2019-09-06 07:36:19 +01:00
uploader/data tmp 2019-09-03 07:31:17 +01:00
.gitignore Refactor input fields. 2019-09-04 14:07:00 +01:00
deps.edn Refactor input fields. 2019-09-04 14:07:00 +01:00
dev.cljs.edn Refactor input fields. 2019-09-04 14:07:00 +01:00
figwheel-main.edn Refactor input fields. 2019-09-04 14:07:00 +01:00
prod.cljs.edn Work in progress config loading. 2019-09-05 07:58:46 +01:00
readme.org Work in progress config loading. 2019-09-05 07:58:46 +01:00

readme.org

requirements

https://github.com/esp8266/arduino-esp8266fs-plugin https://github.com/esp8266/arduino-esp8266fs-plugin/files/2936951/ESP8266FS.zip pip install esptool

esptool -p /dev/ttyUSB0

make sure to set the spiffs size in the arduino before uploading to allocate space for files

clojure -m figwheel.main

clojure -m figwheel.main build dev repl

http://localhost:9500/ http://localhost:9500/figwheel-extra-main/devcards

app config clojure -m figwheel.main print-config build dev

clojure -m figwheel.main --build prod --repl