Skip to content

Releases: linkgo/neurite

v0.12.2

26 Sep 06:57
Compare
Choose a tag to compare
use submit form, redirecting to show response

v0.12.1: config server ssid value should be specified

26 Sep 06:57
Compare
Choose a tag to compare
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

23 Sep 16:02
Compare
Choose a tag to compare
update configs to adapt platformio v3.1.0

v0.11.1

30 May 06:42
Compare
Choose a tag to compare
set default topic in config.json

v0.11.0: refactor all config related json stuffs

24 Apr 01:28
Compare
Choose a tag to compare
An important update that discards obsoleted ugly config code.

v0.10.2

23 Apr 10:21
Compare
Choose a tag to compare
separate application logic

v0.10.1

22 Apr 10:28
Compare
Choose a tag to compare
check wifi status while keep trying mqtt conn

v0.10.0: apply fonts and refine charset for page loading

18 Apr 10:52
Compare
Choose a tag to compare
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

15 Apr 09:26
Compare
Choose a tag to compare
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

15 Apr 09:26
Compare
Choose a tag to compare
remove light related stuff from master