Wykres commitów

290 Commity (master)

Autor SHA1 Wiadomość Data
Huang Rui 3a6a6ac77a Enable SSL 2015-12-31 14:31:33 +08:00
Huang Rui c3d744ae94 Add debug info if platform don't support SSL due to some reason.
Add MQTT_ping.
2015-12-31 14:31:18 +08:00
Huang Rui d9e6e715d5 Add mqtt_config.h to some headers need use.
Add default user_config.h
2015-12-31 14:25:07 +08:00
Huang Rui 83daf971d6 Rename user_config.h to mqtt_config.h 2015-12-31 14:21:59 +08:00
Huang Rui 39277ca0f5 Update MQTT config file 2015-12-31 14:21:22 +08:00
Rui Huang 29a1bd9cbd Merge pull request #1 from frolswe/master
Clear whole mqtt_connection_t.
2015-12-31 14:05:00 +08:00
TuanPM 70d19cbb4d update README for clone --recursive 2015-09-03 13:19:15 +07:00
TuanPM 2786b6f68b change method save wifi infomation to flash 2015-09-03 13:15:02 +07:00
Tuan PM 55937fb701 update support sdk 1.3, not fully tested 2015-08-31 12:10:45 +07:00
Fredrik Olofsson 246e051ed0 Clear whole mqtt_connection_t. 2015-07-23 14:43:55 +02:00
Tuan PM 28c63ffa13 Merge pull request #61 from AxelLin/master
Revert "Add user_rf_pre_init() function to fix build error with SDK-1…
2015-05-30 10:47:10 +07:00
Axel Lin 9f8b8ee117 Revert "Add user_rf_pre_init() function to fix build error with SDK-1.1.0"
This reverts commit 5ff9766908.

The esp-onen-sdk adds the fix for force-requiring user_rf_pre_init() [1].
So we need to drop the user_rf_pre_init function in user_main.c to prevent
multiple definition of `user_rf_pre_init' error.

[1] 4e4590de89
2015-05-29 10:55:25 +08:00
Tuan PM 42798bcba5 Merge pull request #59 from AxelLin/master
Add user_rf_pre_init() function to fix build error with SDK-1.1.0
2015-05-26 15:52:14 +07:00
Axel Lin 5ff9766908 Add user_rf_pre_init() function to fix build error with SDK-1.1.0
This patch fixes below build error with SDK-1.1.0:
esp-open-sdk/sdk/lib/libmain.a(app_main.o): In function `user_uart_wait_tx_fifo_empty':
(.irom0.text+0x34c): undefined reference to `user_rf_pre_init'

According to esp_iot_sdk_v1.1.0_15_05_26 Release Note:
user_rf_pre_init has to be added in user_main.c, user can call
system_phy_set_rfoption to set configuration of RF in it.
2015-05-26 14:55:52 +08:00
Tuan PM 9f4d1508a8 Merge pull request #56 from AxelLin/master
Fix unsubscribe message type
2015-05-07 09:43:22 +07:00
Axel Lin 6556476624 Fix unsubscribe message type
Use MQTT_MSG_TYPE_UNSUBSCRIBE for unsubscribe.
2015-05-07 09:27:25 +08:00
Tuan PM 7247e3f9ff update readme 2015-03-05 17:43:13 +07:00
Tuan PM 24a6caeb22 add travis build 2015-03-05 17:39:27 +07:00
Tuan PM e03d539fa5 add travis build 2015-03-05 17:27:44 +07:00
Tuan PM dbec377d1f NULL to 0 2015-03-02 16:22:56 +07:00
Tuan PM 10851cd97d return when os_event_t == NULL 2015-03-02 16:21:24 +07:00
Tuan PM e6e4e3d914 add user_data to mqtt structure 2015-02-28 19:32:51 +07:00
Tuan PM 261a21db71 move config.* and wifi.* to modules folder 2015-02-16 17:22:10 +07:00
Tuan PM 10d13ed5dc Update README.md, resolve #43 2015-02-16 11:53:12 +07:00
Tuan PM d579c08765 cleanup makefile 2015-02-15 21:44:39 +07:00
Tuan PM da4e128ddc Add compilation instructions 2015-02-15 21:19:21 +07:00
TuanPM 597e078a64 change executeable attr for tools/esptool.py 2015-02-15 19:37:51 +07:00
Tuan PM cacc260e9d change file structure, easy to intergrated with other apps 2015-02-15 19:04:01 +07:00
Tuan PM 454f2d8bd5 Merge pull request #38 from eliabieri/master
Added note
2015-02-06 21:14:42 +07:00
Elia Bieri 10026b16ff Added note
I added a note where you can find the BLANKER (blank.bin) file.
Maybe this helps someone!
2015-02-06 11:54:08 +01:00
Tuan PM c5d81c0fe4 update readme 2015-02-06 09:47:01 +07:00
Tuan PM 774f5a99d4 add protocol name selection(3.11 or 3.1), defaut is v3.1, resolve #36 2015-02-06 09:41:37 +07:00
TuanPM f3cd69d5bb fixes some typo 2015-02-06 08:41:35 +07:00
TuanPM ba9381c06d remove local settings file 2015-02-02 23:24:11 +07:00
TuanPM 4c7c1fc642 correct some typo 2015-02-02 22:52:15 +07:00
Tuan PM 466e6dcf4b remove old queue to get more space if the queue is full 2015-02-02 19:46:46 +07:00
Tuan PM 2b7be3cc8e fixes error reconnect when lost wifi signal 2015-02-02 11:27:52 +07:00
Tuan PM 73e9c30f5c add ICACHE_FLASH_ATTR on functions, resolve #31 2015-01-31 13:21:29 +07:00
Tuan PM a4f112dc35 fixed error bad lwt qos and retain 2015-01-31 12:23:09 +07:00
Tuan PM d810138858 fixes error reconnect, thank @scragill reported 2015-01-29 09:57:15 +07:00
TuanPM d490bb15c6 Add Makefile for Mac OS Yosemite 2015-01-24 23:53:26 +07:00
Tuan PM 567543b05e update debug.h 2015-01-19 10:44:50 +07:00
Tuan PM d08a7844c0 Add project exampel from @eadf, close #28 2015-01-19 09:20:47 +07:00
Tuan PM e41ac71ccb Merge branch 'eadf-master' 2015-01-19 08:59:15 +07:00
Tuan PM f07f5b5024 Merge branch 'master' of https://github.com/eadf/esp_mqtt into eadf-master 2015-01-19 08:58:20 +07:00
EAD Fritz 362820086a driver/uart.h is *not* needed in wifi.c 2015-01-18 14:14:00 +01:00
EAD Fritz 9251afebd0 driver/uart.h is *not* needed in mqtt.c 2015-01-18 14:06:35 +01:00
EAD Fritz 65f907cf9c fixed a copy&paste bug 2015-01-18 12:40:57 +01:00
EAD Fritz d69d24da4a moved CLIENT_SSL_ENABLE away from the 'default configurations' section 2015-01-18 12:24:39 +01:00
EAD Fritz 4ca96e1424 removed .cproject and .project. These .gitgnored files are messing up subtree tests 2015-01-18 11:47:23 +01:00