Releases: linkgo/neurite
Releases · linkgo/neurite
v0.12.2
v0.12.1: config server ssid value should be specified
Without this commit, we cannot connect neurite to ssid which has uppercase letter in its name. ref: https://github.com/Semantic-Org/Semantic-UI-Docs/pull/145
v0.12.0
update configs to adapt platformio v3.1.0
v0.11.1
set default topic in config.json
v0.11.0: refactor all config related json stuffs
An important update that discards obsoleted ugly config code.
v0.10.2
separate application logic
v0.10.1
check wifi status while keep trying mqtt conn
v0.10.0: apply fonts and refine charset for page loading
1. make use of base64 to embed inline fonts. $ base64 quicksand-v5-latin-regular.woff2 > base64.txt 2. add charset to avoid sluggish page reload.
v0.9.0: support config via mqtt
e.g. mqtt publish -h accrete.org -t /neuro/neurite-000c1632/config/ssid -m 'linkgo.io' mqtt publish -h accrete.org -t /neuro/neurite-000c1632/config/psk -m 'ilovelinkgo' mqtt publish -h accrete.org -t /neuro/neurite-000c1632/config/topic_from -m '/neuro/chatroom' mqtt publish -h accrete.org -t /neuro/neurite-000c1632/config/topic_to -m '/neuro/chatroom' mqtt publish -h accrete.org -t /neuro/neurite-000c1632/reboot -m "1"
v0.8.3
remove light related stuff from master