support config via mqtt
by Librae 9 years 2 months
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"
0fbb6d8e
remove light related stuff from master
by Librae 9 years 2 months
b58f7d2c
subscribe from chatroom
by Librae 9 years 2 months
ded0e012
remove trivial functions like servo, adc
by Librae 9 years 2 months
remove trivial functions like servo, adc

They are developed on separate branches.

In fact there is one critical issue comes from Servo lib:
Servo::attach() enables a timer, it may affect many other
unrelated functions, such as SPIFFS.exist?
So remove it on master branch decidedly...
fe1abb03
add debug log for server hosting
by Librae 9 years 2 months
6b6c889f
set wifi sta hostname as uid
by Librae 9 years 2 months
3d60ce5c
clean up experiment stuff
by Librae 9 years 2 months
5aac5693
get location.hostname in js instead of hard code
by Librae 9 years 2 months
ab2ab945
only do redirecting if uri not found
by Librae 9 years 2 months
e552c71b
add interface to get ip
by Librae 9 years 2 months
2ec001dd
Report a bug