Thorsten von Eicken
|
ef6a611045
|
Reduce memory consumption; fix syslog alloc when disabled
|
2016-06-19 23:05:37 -07:00 |
|
Thorsten von Eicken
|
dc4fabc7ed
|
Change MQTT hostname to 64 chars, fixes #147
|
2016-06-19 12:47:01 -07:00 |
|
Thorsten von Eicken
|
df2f36b8ef
|
fix #126: allow short SSIDs
|
2016-04-03 10:15:31 -07:00 |
|
Thorsten von Eicken
|
0df5264c8b
|
revert PR #95 due to bug; revert #114 due to timing issues; fix MQTT crashes
|
2016-04-03 10:15:31 -07:00 |
|
Thorsten von Eicken
|
56e76c6bc4
|
Revert "TvEmaster"
This reverts commit f577c140df.
|
2016-04-03 10:15:31 -07:00 |
|
susisstrolch
|
e3e19ffa38
|
TvEmaster
Syslog and debug printing fixes
|
2016-04-03 10:11:34 -07:00 |
|
Alastair D'Silva
|
80d9945266
|
Fix warnings reported in #113 (format warnings, differing types)
|
2016-04-01 19:48:37 +11:00 |
|
Thorsten von Eicken
|
219b6c8006
|
fix mqtt for new slip protocol
|
2016-01-31 17:39:15 -08:00 |
|
Thorsten von Eicken
|
5a891c3c1e
|
new SLIP protocol; basic REST working
|
2016-01-31 00:09:21 -08:00 |
|
Benjamin Runnels
|
f8eb8b33e0
|
Fix for services page syslog filter select list
Fix for a couple compiler errors when cycling the different undef and define options in user_config.h
|
2015-12-10 06:44:52 -06:00 |
|
Benjamin Runnels
|
e39ee808c9
|
DOH! missing semicolon
|
2015-12-01 15:26:11 -06:00 |
|
Benjamin Runnels
|
b8567ad2ef
|
Updated DBG macros as suggested by susisstrolch
|
2015-12-01 15:20:20 -06:00 |
|
Benjamin Runnels
|
25ef0e1578
|
Fixed bug where callbacks were not getting called if the CMD MQTT client called connect while the ESP MQTT client was connected or disconnected.
|
2015-11-29 09:16:30 -06:00 |
|
Benjamin Runnels
|
a0451b2b7b
|
renamed debug command for consistancy
|
2015-11-29 09:02:47 -06:00 |
|
Thorsten von Eicken
|
82c65718cf
|
improve mqtt disconnect/reconnect
|
2015-09-19 23:31:43 -07:00 |
|
Thorsten von Eicken
|
e9b0132eeb
|
fix issues with MQTT CMD callbacks
|
2015-09-13 23:54:10 -07:00 |
|
Thorsten von Eicken
|
f057a65d1f
|
converted some DBG macros; misc tweaks
|
2015-09-12 21:54:10 -07:00 |
|
Thorsten von Eicken
|
35c2eb65c8
|
add DBG_MQTT macro to remove ifdefs
|
2015-09-12 00:02:44 -07:00 |
|
Benjamin Runnels
|
3337cc1508
|
merged in ifdefs for debug and mqtt webpage additions
|
2015-09-11 16:40:28 -05:00 |
|
Benjamin Runnels
|
1feb736c24
|
Merge branch 'master' of https://github.com/jeelabs/esp-link
|
2015-09-11 15:57:54 -05:00 |
|
Benjamin Runnels
|
b7dd0b180f
|
lots of ifdef
|
2015-09-11 15:56:51 -05:00 |
|
Thorsten von Eicken
|
215da43a44
|
ensure reconnect rexmits pending messages
|
2015-09-10 22:49:48 -07:00 |
|
Thorsten von Eicken
|
aecaa26c65
|
mqtt status client hook-up
|
2015-09-10 22:26:47 -07:00 |
|
Benjamin Runnels
|
965b70a408
|
Merge branch 'master' into windows
Conflicts:
Makefile
cmd/handlers.c
esp-link/cgi.c
esp-link/cgiwifi.c
html/console.html
html/style.css
html/ui.js
httpd/httpd.c
mqtt/mqtt.c
mqtt/mqtt.h
mqtt/mqtt_cmd.c
user/user_main.c
|
2015-09-09 07:36:36 -05:00 |
|
Benjamin Runnels
|
028e6e1239
|
Merge branch 'master' into windows
Conflicts:
Makefile
cmd/handlers.c
include/esp8266.h
user/user_main.c
|
2015-09-09 07:23:37 -05:00 |
|
Benjamin Runnels
|
33f9ede084
|
Merge branch 'master' of https://github.com/jeelabs/esp-link into jeelabs-master
Conflicts:
esp-link/cgi.c
include/user_config.h
mqtt/mqtt.h
user/user_main.c
|
2015-09-09 07:08:20 -05:00 |
|
Thorsten von Eicken
|
d698b94ac6
|
fix flash config CRC; add MQTT web page
|
2015-09-07 23:38:07 -07:00 |
|
Thorsten von Eicken
|
9e4cbb0dbd
|
massive rework of MQTT
|
2015-09-07 19:53:23 -07:00 |
|
Benjamin Runnels
|
bc3856334d
|
Made some modules optional
|
2015-08-30 12:03:18 -05:00 |
|
Benjamin Runnels
|
483800fd8d
|
Working on latch
|
2015-08-30 10:38:07 -05:00 |
|
Benjamin Runnels
|
248f2f3f47
|
mergeing mqtt into master
|
2015-08-29 16:13:52 -05:00 |
|
Benjamin Runnels
|
36303a2b67
|
finished mqtt
|
2015-08-29 15:48:51 -05:00 |
|
Benjamin Runnels
|
c2e60809f6
|
more mqtt work
|
2015-08-29 11:29:40 -05:00 |
|
Benjamin Runnels
|
b3408a7022
|
all warnings fixed
|
2015-08-28 20:33:59 -05:00 |
|
Benjamin Runnels
|
f90bf5bb30
|
Started adding in mqtt module from tuan
|
2015-08-28 20:23:07 -05:00 |
|