use user loop instead of ticker, fix a crash
by Librae 9 years 4 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 4 months
9085cebb
read adc, control light, servo
by Librae 9 years 4 months
97393ff7
update fs, merge all to html
by Librae 9 years 4 months
e356c2c8
update default ota url
by Librae 9 years 4 months
ffc8f605
add mqtt command to update spiffs over otafs
by Librae 9 years 4 months
e40e223e
platformio update
by Librae 9 years 4 months
2ae823b3
some tweak with io control
by Librae 9 years 5 months
0d12cd2c
add interfaces for advanced development
by Librae 9 years 5 months
add interfaces for advanced development

by the way, fix one OTA bug, that we need to truncate the payload
buffer to be limited in "length", or the msg will be corrupted
because PubSubClient library won't clean the buffer on each callback.
91fce408
add hardware schematic and pcb layout.
by ANSON ZHAO 9 years 5 months
82a4ec02
Report a bug