Commit Graph

58 Commits

Author SHA1 Message Date
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
Benjamin Runnels
ae5eaeddea mqtt_client updates 2015-09-13 09:19:25 -05:00
Thorsten von Eicken
215da43a44 ensure reconnect rexmits pending messages 2015-09-10 22:49:48 -07:00
Thorsten von Eicken
19693a11ec mqtt status client hook-up 2015-09-10 22:28:04 -07:00
Thorsten von Eicken
9e4cbb0dbd massive rework of MQTT 2015-09-07 19:53:23 -07:00
Benjamin Runnels
248f2f3f47 mergeing mqtt into master 2015-08-29 16:13:52 -05:00
Thorsten von Eicken
bc063ef71d correct reset codes 2015-08-19 22:02:00 -07:00
Thorsten von Eicken
2fbd9953d5 TCP client support; Grovestreams RSSI submission support 2015-08-01 13:56:13 -07:00
Thorsten von Eicken
26db66c9e4 make esp-12 with 4MB flash work 2015-07-14 23:38:18 -07:00
Thorsten von Eicken
c570a31751 add UART debug log control UI 2015-07-01 23:22:50 -07:00
Thorsten von Eicken
3ec576c49d turn off periodic heap use printout 2015-06-28 10:30:19 -07:00
Thorsten von Eicken
291c92e557 remove templates, forgotten commits 2015-06-27 01:05:27 -07:00
Thorsten von Eicken
bb71b1f07e fix memory leak 2015-06-27 01:05:27 -07:00
Thorsten von Eicken
ab434dfc12 fix wifi disconnect reason; fix espFsInit ok/err; don't display wifi password 2015-06-27 01:05:26 -07:00
Thorsten von Eicken
d679340035 added no-cache headers; shrunk favicon; minimal support for static ip & hostname 2015-06-22 23:27:47 -07:00
Thorsten von Eicken
228a3ff0f0 fix crash due to weird espconn switcharoo 2015-06-19 23:35:23 -07:00
Thorsten von Eicken
806c762be1 license update 2015-06-19 13:07:41 -07:00
Thorsten von Eicken
ec34d9fcc5 added saving of config in flash 2015-06-18 22:50:44 -07:00
Thorsten von Eicken
e412390d84 support for dynamically changing gpio pin assignments 2015-06-17 23:23:24 -07:00
Thorsten von Eicken
279da6dcef added UI to change pin assignments 2015-06-15 00:21:41 -07:00
Thorsten von Eicken
d29fa0423f finished UI refactoring to ajax 2015-06-14 01:22:16 -07:00
Thorsten von Eicken
ccd91bd150 switch all pages to ajax; wifi not complete 2015-06-12 00:45:54 -07:00
Thorsten von Eicken
1b1ee532de added reset button and baud rate switching 2015-06-06 12:17:32 -07:00
Thorsten von Eicken
c2e56bed4a switched uC console to ajax with auto-refresh 2015-06-06 11:12:11 -07:00
Thorsten von Eicken
7ff16bc321 defines for GPIO pin assignments; version string 2015-06-03 21:33:06 -07:00
Thorsten von Eicken
8bb8e1124b added uController console; misc improvements 2015-05-25 19:37:27 -07:00
Thorsten von Eicken
c55485cf61 update web pages 2015-05-23 22:47:46 -07:00
Thorsten von Eicken
09cac0afc0 update to SDK 1.1.0 2015-05-23 09:11:33 -07:00
Thorsten von Eicken
f3fe029705 wifi improvements 2015-05-18 23:57:28 -07:00
Thorsten von Eicken
57662b0824 added console web page 2015-05-17 22:54:23 -07:00
Thorsten von Eicken
42ba248831 rename to esp-link; add serial bridge code; remove jpgs 2015-05-17 21:16:29 -07:00
Thorsten von Eicken
4ae00fa045 rewrote flash handlers 2015-05-14 00:31:44 -07:00
Thorsten von Eicken
5a85dae22a moved espfs at end of irom0 resulting in single flash chunk 2015-05-12 22:11:07 -07:00
Jeroen Domburg
4a8d318d85 Made heap stats optional 2015-04-23 18:24:06 +02:00
Jeroen Domburg
9847755cf4 Fixed small memory leak in the template routine. Thanks to Grooves for noticing. 2015-04-20 09:44:18 +02:00
Sprite_tm
d088cddd70 Make the 'connecting'-screen a bit more friendly by eg telling the user the IP the ESP has connected to. 2015-04-15 18:00:03 +02:00
Jindra Dolezy
6096ba30db Using ESPFS_POS in espFsInit in user_main.c 2015-04-11 12:01:14 +02:00
Jindra Dolezy
d8afde3cc1 Added espFsInit call 2015-04-11 00:35:55 +02:00
Jindra Dolezy
d419bdb4f7 Using one header file for esp8266 stuff 2015-04-11 00:35:55 +02:00
Jeroen Domburg
fcf6aab8be Re-disable password for wifi 2015-04-03 13:01:34 +02:00
Jeroen Domburg
49c7d310bc Some aesthetic cleanups 2015-04-03 11:07:17 +02:00
Ben Pirt
ccb87593e8 Moved the flash cgis out into their own file and made the uploadEspfs cgi work properly 2015-03-16 15:18:01 +00:00
Ben Pirt
c2a02f28ea Replaced the multipart espfs flashing with the version from @billprozac and tweaked a little (untested) 2015-03-09 11:48:41 +00:00
Ben Pirt
4ee2d75977 Refactor to make all requests able to handle streaming as it makes the code much simpler 2015-03-09 11:08:27 +00:00
Ben Pirt
6f80e55a61 Modify httpd to be able to use streaming post requests.
This also ups the post buffer to 1460 to match the TCP packet size

WIP: The cgi function to update the espfs is not complete
2015-03-05 16:17:37 +00:00
Jeroen Domburg
5a0e99d72e Small doc updates 2014-12-11 21:32:47 +01:00
Jeroen Domburg
784568c07f Added basic authentication 2014-12-11 21:25:49 +01:00
Jeroen Domburg
d739c2d808 Fixed icon offset values 2014-12-04 22:35:58 +01:00
Jeroen Domburg
f1d80059d6 Added warning about scanning not working in AP mode, possibility to switch modes. 2014-12-04 21:11:16 +01:00