Commit Graph

137 Commits

Author SHA1 Message Date
Thorsten von Eicken
53ac51dc93 add Dockerfile 2016-09-23 21:24:39 -07:00
Thorsten von Eicken
7ce2d2a260 fix menu json; fix travis upload 2016-09-23 00:33:32 -07:00
Thorsten von Eicken
8c8b6f1d2d fix travis #10 2016-09-23 00:22:53 -07:00
Thorsten von Eicken
0f2c5cac98 fix travis #8 2016-09-23 00:16:24 -07:00
Thorsten von Eicken
5ff1bbddf7 fix travis #6 2016-09-22 23:35:58 -07:00
Thorsten von Eicken
38e6c831ba fix travis #4 2016-09-22 23:26:49 -07:00
Thorsten von Eicken
6d20dd6fec disable syslog; add travis 2016-09-22 23:05:44 -07:00
Thorsten von Eicken
c5d51a0654 tweak Makefile for sdk 2.0.0 2016-09-22 22:22:59 -07:00
Karai Csaba
8414a87981 Use iterators in espfs 2016-09-22 20:46:34 -07:00
Thorsten von Eicken
23877f5ea7 Re-enable syslog by default and fix compilation issue 2016-06-19 08:50:39 -07:00
Thorsten von Eicken
f84ffdc989 Allow syslog to be disabled, as in #128 2016-06-18 20:03:42 -07:00
Thorsten von Eicken
47bd1ac598 Change Makefile to use SDK 1.5.4 2016-06-18 18:44:48 -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
b408103b4c Use the SKD included in esp-open-sdk, if available 2016-04-01 19:56:18 +11:00
Alastair D'Silva
e7ea88295e Remove definition of _STDINT_H, it suppresses the inclusion of the compiler stdint.h, resulting in uint8_t & friends being undefined 2016-04-01 19:20:24 +11:00
Thorsten von Eicken
ad5182ae59 fix reference to old boot file in Makefile 2016-01-31 22:00:59 -08:00
Thorsten von Eicken
fa96de2fc0 SDK 1.5.1; makefile and html tweaks 2016-01-18 18:27:59 -08:00
KatAst
8351fb4599 Back to default 2016-01-04 14:36:52 +01:00
KatAst
b3ed6e8588 Back to original config
I forgot to restore to original
2016-01-02 12:25:39 +01:00
KatAst
58ece6b452 Auth_Mode var in numbers instead of string 2015-12-28 18:29:15 +01:00
KatAst
793506fdd1 Small changes 2015-12-27 23:10:07 +01:00
KatAst
896693b5b2 Soft-AP Settings
Added Soft-AP settings support both in Makefile and web interface
2015-12-27 13:11:03 +01:00
KatAst
ff5a74b20a Added SOFTAP hard-coded settings
Set the values of SOFTAP config straight in the Makefile
2015-12-24 14:03:15 +01:00
Thorsten von Eicken
59d4bdf99e fix makefile; update readme 2015-12-13 09:22:43 -08:00
Thorsten von Eicken
88e580c6ee Makefile tweak 2015-12-13 09:01:14 -08:00
Thorsten von Eicken
60d3dbfa33 Merge pull request #72 from brunnels/master
Thank you!
2015-12-13 08:35:00 -08:00
Benjamin Runnels
a895128c9f Fixed bug with services page submitting on field click
Fixed bug with Makefile when COMPRESS_W_HTMLCOMPRESSOR = no
2015-12-09 06:59:27 -06:00
Benjamin Runnels
13bc8019c6 Merge branch 'master' of https://github.com/jeelabs/esp-link
Added services page and moved some things around
2015-12-05 18:06:31 -06:00
Thorsten von Eicken
e97b38ae67 re-insert fixed STA config into Makefile 2015-12-03 22:45:53 -08:00
Benjamin Runnels
26339962bf Updates for SDK 1.5 2015-11-29 08:05:02 -06:00
susisstrolch
9ec3a30c87 syslog - a simple syslog client 2015-11-23 21:21:37 +01:00
susisstrolch
65f22d5dcf merge from origin 2015-11-23 19:46:39 +01:00
Thorsten von Eicken
e429c0bb1c Improve click-to-edit fields 2015-11-12 00:04:27 -08:00
Thorsten von Eicken
b94cf2e620 updated makefile and readme 2015-11-09 21:15:18 -08:00
Thorsten von Eicken
9c11776869 switch to single firmware size 2015-11-07 23:31:51 -08:00
susisstrolch
bb5dfd082a conditionaly include "local.conf" from Makefile
for convenience reasons included from Makefile, added to gitignore..
2015-10-10 11:57:31 +02:00
susisstrolch
d092075818 merge upstream:master 2015-09-21 23:12:35 +02:00
Thorsten von Eicken
e7311d54f3 misc mqtt tweaks 2015-09-20 21:30:44 -07:00
Thorsten von Eicken
de7207ac1d tweaks 2015-09-20 20:41:56 -07:00
Benjamin Runnels
2ab194f83c Added ifdef checks for mqtt enabled
Added better handling of compile time config of SSID and PASSWORD
Removed default disable of ESP SDK debug log messages
2015-09-20 16:18:26 -05:00
Benjamin Runnels
2b501913f2 Merge branch 'master' of https://github.com/jeelabs/esp-link 2015-09-20 10:24:19 -05:00
Thorsten von Eicken
658c4d8b31 make compile with SDK 1.4.0 2015-09-19 20:57:59 -07:00
Benjamin Runnels
5068fa28cb Added buildtime wifi config ability
Added SDK_DBG parameter to turn off nonsense SDK debug output
2015-09-19 14:11:02 -05: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
aecaa26c65 mqtt status client hook-up 2015-09-10 22:26:47 -07:00