Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: linkgo/neurite

Tags

v0.12.3

Toggle v0.12.3's commit message
state ip address on checkin

v0.12.2

Toggle v0.12.2's commit message
use submit form, redirecting to show response

v0.12.1

Toggle v0.12.1's commit message
config server ssid value should be specified

Without this commit, we cannot connect neurite to ssid which has
uppercase letter in its name.

ref: Semantic-Org/Semantic-UI-Docs#145

v0.12.0

Toggle v0.12.0's commit message
update configs to adapt platformio v3.1.0

v0.11.1

Toggle v0.11.1's commit message
set default topic in config.json

v0.11.0

Toggle v0.11.0's commit message
refactor all config related json stuffs

An important update that discards obsoleted ugly config code.

v0.10.2

Toggle v0.10.2's commit message
separate application logic

v0.10.1

Toggle v0.10.1's commit message
check wifi status while keep trying mqtt conn

v0.10.0

Toggle v0.10.0's commit message
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

Toggle v0.9.0's commit message
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"