wifi scan return json format
by Librae 9 years 6 months
6eedcccf
add wifiscan interface
by Librae 9 years 6 months
a87ebf9b
support dns captive portal while config wifi
by Librae 9 years 7 months
support dns captive portal while config wifi

It means, we simplify wifi setup steps:
1. connect to AP neurite-xxxxxxxx
2. open any website in browser(will be redirected)
3. save wifi credentials
a10b3370
user setup depend on connection to cloud
by Librae 9 years 7 months
user setup depend on connection to cloud

This fixes the potential bugs in 3rd party modules,
such as in servo library, servo attach will touch timer isr,
which may then cause conflict and crash the system
while connecting wifi.
7a90cc00
debug info
by Librae 9 years 7 months
2aa7507c
fix a crash while ota
by Librae 9 years 7 months
fix a crash while ota

we need to suspend all the possible isr to ensure ota process
bc3fbf8a
use user loop instead of ticker, fix a crash
by Librae 9 years 7 months
use user loop instead of ticker, fix a crash

The crash occurs when long msg arrives but the buffer allocated
in user mqtt processing routine is smaller, then wild pointer.
90945f18
analog write for all
by Librae 9 years 7 months
9085cebb
read adc, control light, servo
by Librae 9 years 7 months
97393ff7
update fs, merge all to html
by Librae 9 years 7 months
e356c2c8
Report a bug