nodemcu-firmware/app
Frank Exoo e9ed1a8c59 Disable MQTT connect error callback after successful connection (#2262)
Disable the error callback of mqtt.client:connect() after a successful connection.
This will prevent this function to be called after a future disconnection.
Instead the "offline" function is called.
2018-02-13 09:25:20 +01:00
..
coap remove inline declarations 2018-01-20 19:42:55 +01:00
crypto Fixed alignment assumptions in SHA2 update. (#2034) 2017-07-31 14:12:34 +02:00
dhtlib Changed os_intr_xxx to ets_intr_xxx. 2015-10-12 13:26:04 +11:00
driver Sync uart configuration to Tx FIFO level (#1806) 2017-03-01 12:41:56 +01:00
esp-gdbstub Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
fatfs remove inline declarations 2018-01-20 19:42:55 +01:00
http host field in HTTP header is no longer limited to 31 charcters (#2210) 2017-12-25 21:47:45 +01:00
include enforce single source for SSL buffer size (#2248) 2018-02-07 21:27:01 +01:00
libc Add %p to libc's debug printf (#2062) 2017-08-16 21:38:10 +02:00
lua Fix batch multi-line UART input discarding all but first line (#2217) 2018-01-04 22:50:39 +01:00
lwip backport fix for https://github.com/espressif/esp-idf/issues/631 (#2006) 2017-06-20 21:59:12 +02:00
mbedtls Update mbedTLS (#2214) 2018-01-10 21:48:36 +01:00
misc Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
modules Disable MQTT connect error callback after successful connection (#2262) 2018-02-13 09:25:20 +01:00
mqtt mqtt: fix several buffer length checks (#1906) 2017-04-19 20:16:44 +02:00
net Version of printf that doesn't suffer from buffer overflows (#1564) 2016-10-27 09:38:47 +03:00
pcm initialize task ids only once at module open 2018-01-14 21:21:32 +01:00
platform disable (and clear) unexpected interrupts (#2234) 2018-02-13 09:17:22 +01:00
pm Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
sjson Cleaned up sjson module build. 2017-07-03 13:35:45 +10:00
smart Enable -std=gnu11 for modules dir. 2016-01-20 19:40:47 +11:00
spiffs New version of spiffs (#2172) 2017-12-03 13:14:22 +01:00
sqlite3 Add sqlite3 module (#2008) 2018-01-10 22:45:56 +01:00
swTimer Add wifi.suspend() and node.sleep() (#1231) 2017-04-04 21:31:06 +02:00
task Add New Tasking I/F and rework GPIO, UART, etc to support it 2016-02-17 17:13:17 +00:00
tsl2561 Upgrade to SDK 2.1.0. (#1962) 2017-05-11 07:13:23 +02:00
u8glib move comm drivers to u8g_glue.c 2016-09-20 23:59:23 +02:00
ucglib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
user enforce single source for SSL buffer size (#2248) 2018-02-07 21:27:01 +01:00
websocket Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Add sqlite3 module (#2008) 2018-01-10 22:45:56 +01:00