Commit Graph

128 Commits

Author SHA1 Message Date
Thorsten von Eicken
7d0ac42e62 added TX-en UI back in 2017-06-18 21:28:27 -07:00
Thorsten von Eicken
5efbf32658 fix scanning after clean flash, fixes #218 2016-12-11 20:40:55 -08:00
hetii
b3d8072bae Add missing baudrate settings. (#216) 2016-11-30 08:29:07 -08:00
cskarai
983fd549c1 Use multiple upload instead of espfs image 2016-10-01 11:18:08 -07:00
Karai Csaba
5dc9c4f934 Implemented user pages 2016-09-22 20:46:34 -07:00
Karai Csaba
225e4437c0 Checkbox implementation 2016-09-22 20:46:34 -07:00
Karai Csaba
c5c377db97 Added: user pages without checkbox 2016-09-22 20:46:34 -07:00
Karai Csaba
95f0464dcb Support for tables 2016-09-22 20:46:34 -07:00
Karai Csaba
729bb38249 Refresh rate implementation 2016-09-22 20:46:34 -07:00
Karai Csaba
f84319d67b Added: radio button implementation 2016-09-22 20:46:34 -07:00
Karai Csaba
c7b5eb444d Refresh form data 2016-09-22 20:46:34 -07:00
Karai Csaba
4bce6674e4 Input range control 2016-09-22 20:46:34 -07:00
Karai Csaba
cce1d9c04f Button + text field handling 2016-09-22 20:46:34 -07:00
Karai Csaba
5f56676e4b Autorefresh page after uploading 2016-09-22 20:46:34 -07:00
Karai Csaba
3067718143 Added: script for creating file system 2016-09-22 20:46:34 -07:00
Karai Csaba
40e7fba786 Multipart upload implementation 2016-09-22 20:46:34 -07:00
Karai Csaba
aa35923863 Skeleton for the web-server page 2016-09-22 20:46:34 -07:00
Nemanja Stefanovic
8c4c4928b1 Upgrade firmware from web interface (#174)
* enable firmware flashing from the web UI
* remove mqtt reference from flash JS
* remove dependency on nanoajax
2016-09-22 19:34:59 -07:00
bitdump
c5513d063d Adding the console uart format support (#189)
Some of the MCU use format other than 8N1.
Adding the support for other format.
2016-09-22 19:33:33 -07:00
Thorsten von Eicken
65534229f2 fixes #166 advrdude example on home page 2016-07-04 16:27:15 -07:00
Thorsten von Eicken
6ccca3ef9c Fix auth mode for AP, fixes #145 2016-06-19 12:09:28 -07:00
Thorsten von Eicken
23877f5ea7 Re-enable syslog by default and fix compilation issue 2016-06-19 08:50:39 -07:00
dima-ch
a9321f421b fix html special symbols in console output (#141) 2016-06-18 22:47:24 -07:00
Thorsten von Eicken
3403e583f2 Fix not showing syslog card when disabled 2016-06-18 22:40:09 -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
bd40769138 fix #103: wifi icons wrap when scaling browser 2016-04-03 10:15:31 -07:00
Thorsten von Eicken
a770d0293d fix #116: show device name in browser title 2016-04-03 10:15:31 -07:00
Thorsten von Eicken
df2f36b8ef fix #126: allow short SSIDs 2016-04-03 10:15:31 -07:00
Thorsten von Eicken
fa96de2fc0 SDK 1.5.1; makefile and html tweaks 2016-01-18 18:27:59 -08:00
Thorsten von Eicken
5dbebcd841 change SLIP to std escape chars; add to readme 2016-01-18 13:18:38 -08:00
Thorsten von Eicken
762d7eaf46 Merge pull request #84 from katast/master
Soft-AP settings
2016-01-18 13:13:23 -08:00
fl1pfl0p
68890778f4 Bugfix: RX pullup checkbox in GUI fixed 2016-01-05 01:40:02 +00: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
Benjamin Runnels
391481dc43 replaced the other srcElement too 2015-12-10 15:21:34 -06:00
Benjamin Runnels
a4816a7b72 Switched from event.srcElement to event.target for better browser compatibility 2015-12-10 09:44:43 -06: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
ac04cc58a8 removed syslog_enable functionality and config
reordered config settings
2015-12-09 07:24:12 -06: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
3eccd26e76 Normalized Wifi to WiFI.
Fixed button spacing on console clear and log reset buttons
Renamed cgiReboot method to cgiReset and called the proper reset method
Normalized whitespace in cgiflash.c
2015-12-08 15:55:17 -06:00
Benjamin Runnels
bfee1cf694 fixes for services 2015-12-07 07:03:10 -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
91b35f3488 Merge pull request #73 from susisstrolch/syslog
Thank you!
2015-12-03 22:44:20 -08:00
Thorsten von Eicken
fb90ac5457 enable mdns; tweak wifi info POST 2015-12-03 22:43:32 -08: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
72118a7627 fix dhcp/static ip switch-over 2015-11-18 22:17:34 -08:00
Thorsten von Eicken
c3e1a8a83b improve home page 2015-11-15 22:08:43 -08:00
Thorsten von Eicken
ce05e00bd7 fix pin changes and hostname change 2015-11-15 22:08:32 -08:00
Thorsten von Eicken
6b604ffc7c remove pgm baud rate UI for now 2015-11-15 19:16:51 -08:00
Thorsten von Eicken
e0040e74bc refactor pin config, add support for rx pull-up 2015-11-15 19:16:30 -08:00