Wykres commitów

115 Commity (master)

Autor SHA1 Wiadomość Data
Martin Ger e446385bc8 fixes in output 2017-08-28 10:42:04 +02:00
Martin Ger 5e2889924b added and print vars 2017-08-24 21:48:58 +02:00
Martin Ger 12c937c9d4 added @vars in flash 2017-08-23 20:57:38 +02:00
Martin Ger 671a543ce3 demo scripts and publish command 2017-08-22 21:46:45 +02:00
Martin Ger 34b225620f faster delete of re-established connections 2017-08-21 22:03:44 +02:00
Martin Ger 3ab2cad6e6 broker access mode added 2017-08-21 14:27:07 +02:00
Martin Ger d262d21b21 'if then else' added 2017-08-21 12:00:54 +02:00
Martin Ger 42b3d0e20a mDNS added 2017-08-21 09:37:28 +02:00
Martin Ger ec02aba72a added logging and broker config 2017-08-19 15:01:53 +02:00
Martin Ger a6078d3caa some cleanup 2017-08-19 12:08:48 +02:00
Martin Ger f45d8fdb09 unlock during 'system' command 2017-08-19 08:34:34 +02:00
Martin Ger 743cbb40c5 system command added 2017-08-18 08:44:01 +02:00
Martin Ger 82d940d873 fix in signal handling 2017-08-17 14:07:20 +02:00
Martin Ger 30260a110d added var ids 2017-08-17 10:23:13 +02:00
Martin Ger 4d941993f5 added vars as topics 2017-08-17 08:46:19 +02:00
Martin Ger 3117ba6b53 added config access modes 2017-08-16 14:00:51 +02:00
Martin Ger 171b75c65c user/password auth added 2017-08-16 11:04:31 +02:00
Martin Ger 10700b7b94 queuing of 'on topic' events 2017-08-15 22:42:41 +02:00
Martin Ger aef3f73e03 No remote reset on locked device 2017-08-14 15:55:19 +02:00
Martin Ger 8205b1cf04 added gpio_pinmode, gpio_in, and brackets 2017-07-26 11:59:11 +02:00
Martin Ger 9d8f70aeae some stats added 2017-07-23 11:26:21 +02:00
Martin Ger 8507c45823 mqttconnect added, mem issues 2017-07-22 22:23:35 +02:00
Martin Ger fcfd1985e5 strcat added, operators added 2017-07-22 19:26:16 +02:00
Martin Ger 1fc6ae24c6 added scripting to the master branch 2017-07-21 16:35:45 +02:00
Martin Ger de37f8c3d7 /broker/time added 2017-07-13 10:41:58 +02:00
Martin Ger 0b7be38fb1 added NTP time 2 2017-07-12 22:57:08 +02:00
Martin Ger f8715595da added NTP time 2017-07-12 22:04:02 +02:00
Martin Ger 717c6c7653 fix in local publish2 2017-06-23 18:06:55 +02:00
Martin Ger 13f58ddfad fixed remote publish 2017-06-22 16:25:24 +02:00
Martin Ger 10f292f27e Added basic sample at user_basic/ 2017-06-07 22:21:26 +02:00
Martin Ger ede97ea37b remote client and MQTT bridging functionality 2017-06-03 15:44:03 +02:00
Martin Ger 0d735c8024 Mem error in retained topics 2017-06-02 14:45:01 +02:00
Martin Ger 779c7cf26c fix when sending retained topics 2017-06-02 12:03:18 +02:00
Martin Ger ebfb3e897a added user sample program 2017-06-02 01:04:48 +02:00
Jeff H 885bde3af9 Extend init method to allow 0-length client IDs if MQTTv311 is set 2016-11-20 01:12:37 -08:00
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
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
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 261a21db71 move config.* and wifi.* to modules folder 2015-02-16 17:22:10 +07:00
Tuan PM cacc260e9d change file structure, easy to intergrated with other apps 2015-02-15 19:04:01 +07:00
Tuan PM 2b7be3cc8e fixes error reconnect when lost wifi signal 2015-02-02 11:27:52 +07:00
EAD Fritz 793a98b147 Moved all of the mqtt specific files to a separate build directory. The intention is to be able to use it as a git subtree module in other projects 2015-01-18 10:43:10 +01:00
Tuan PM 47bb4ad229 resolve #27, allocate memory for init data, add lwt api 2015-01-18 14:41:46 +07:00
Tuan PM a8c335eb3d Optimize the code, fixes some issues for qos=1 and 2 2015-01-17 17:30:34 +07:00
Tuan PM 63eff771c8 fixed #19 Reset on message with empty data 2015-01-17 09:30:36 +07:00
Tuan PM 008fd11b59 fixes #24, resolved #25 2015-01-14 09:14:13 +07:00
Tuan PM 8c180fd05b clean up 2015-01-13 18:58:40 +07:00
Tuan PM 1995cb812a Change subscribe queue, add publish queue, resolved #24, fixes #12 2015-01-13 18:56:03 +07:00
Tuan PM fa88410ed4 modify CLIENT_SSL_ENABLE always on 2015-01-09 17:57:46 +07:00
Tuan PM 372dc409db need CLIENT_SSL_ENABLE for libssl work 2015-01-09 08:13:22 +07:00
EAD Fritz e7f030a679 made SSL configuration part of the SYSCFG struct 2015-01-08 21:21:01 +01:00
EAD Fritz 8f0fa38c7e moved a #include "user_interface.h" from user_interface.h to where it acually was needed 2015-01-08 21:12:10 +01:00
Tuan PM 25b46a70a0 resolved #18, increased sta_pwd to 64 bytes 2015-01-08 18:36:28 +07:00
Tuan PM 7815eb8b05 change default NON SSL option 2015-01-07 21:25:53 +07:00
Tuan PM d27c9b2467 Move MQTT_Subscribe to mqttConnectedCb, resolve #15 2015-01-04 21:23:29 +07:00
Tuan PM 1c68d53cbe add published callback somewhere 2015-01-04 18:44:59 +07:00
Tuan PM 9698516f1e add published callback somewhere 2015-01-04 18:39:21 +07:00
Tuan PM 34a3ea49b5 Call published event after subscribe, resolved #12 2015-01-04 16:47:38 +07:00
Tuan PM f837152bde fixed #11, silly mistake 2015-01-04 11:14:38 +07:00
Tuan PM 3ca9908267 Add published event, resolved #10 2015-01-04 10:47:26 +07:00
Tuan PM b63c93e249 This fixes #2, missing system_os_post 2014-12-31 18:27:35 +07:00
Tuan PM 1acaecfe3c add publish api 2014-12-31 13:01:08 +07:00
Tuan PM 74fe46a158 add license header 2014-12-31 11:57:59 +07:00
Tuan PM 930f3e9ff5 Initial commit 2014-12-31 11:32:06 +07:00