Tuan PM
|
30523fbe90
|
-reformat code using space 2
- fix bug connect callback when connection refuse
- change INFO to MQTT_INFO to resolve conflic with global INFO define
|
2016-09-09 22:37:03 +07:00 |
Tuan PM
|
f7ccc86709
|
-update to sdk 2.0
- cleanup and make Makefile simple
- add define to get local_config
- remove esptool
|
2016-09-09 20:36:52 +07:00 |
Huang Rui
|
e93ccc8f28
|
Fix memory leak when delete mqtt clientadd modules/rfinit.c, add __attribute__((weak)) to make it works on both sdk 2.0.0 and esp_open_sdk
|
2016-08-18 02:57:36 +08:00 |
Stefan Brüns
|
764cc125c1
|
Extend device_id config field to 32 characters, including trailing null
|
2016-05-31 19:06:51 +02:00 |
Stefan Brüns
|
b458ea49c1
|
make sure SSID is not overwritten by mqtt client id, always null-terminate
Each os_sprintf potentially overwrites any later field if the configured
value is to long.
|
2016-05-31 19:06:45 +02:00 |
TuanPM
|
2786b6f68b
|
change method save wifi infomation to flash
|
2015-09-03 13:15:02 +07:00 |
Tuan PM
|
261a21db71
|
move config.* and wifi.* to modules folder
|
2015-02-16 17:22:10 +07:00 |