tmcdos
7b677b8f1f
Added missing files from previous commit
8 years ago
tmcdos
95d7e8e391
added auto-incrementing build number to the Makefile (available as "esp_link_build" in the C code)
...
converted the unconditional downloading of YUI compressor and HTML compressor to be conditional - only if they are not already present
moved all Javascript blocks from HTML files into separate JS files - otherwise HTML compressor does not compress the inlined Javascript code
changed the place of inclusion of JS files into HTML - it is now at the end of BODY instead of beginning (this speeds up the page loading a little)
added a page "Firmware" which allows for OTA upgrades - so the utility "wiflash" is no more needed
improved the Makefile to show firmware size as a percentage of the available ROM space
improved the Makefile to show the espFS size as a percentage of the raw uncompressed size of web assets
combined the 2 invokations of HTML compressor in Makefile (once for main folder and once for WIFI folder) into a single one
changed 4-5 CSS rules for better visual readability
fixed a bug in "cgiGetFirmwareNext" - it was not sending the No-Cache headers and so the browser shows wrong (older, cached) info
added "\n" in several DBG() statements
I had to rename "base64_decode" because there is same named function inside "ssl_crypto_misc" from the SSL library
8 years ago
Thorsten von Eicken
65534229f2
fixes #166 advrdude example on home page
9 years ago
Thorsten von Eicken
6ccca3ef9c
Fix auth mode for AP, fixes #145
9 years ago
Thorsten von Eicken
23877f5ea7
Re-enable syslog by default and fix compilation issue
9 years ago
dima-ch
a9321f421b
fix html special symbols in console output ( #141 )
9 years ago
Thorsten von Eicken
3403e583f2
Fix not showing syslog card when disabled
9 years ago
Thorsten von Eicken
f84ffdc989
Allow syslog to be disabled, as in #128
9 years ago
Thorsten von Eicken
bd40769138
fix #103 : wifi icons wrap when scaling browser
9 years ago
Thorsten von Eicken
a770d0293d
fix #116 : show device name in browser title
9 years ago
Thorsten von Eicken
df2f36b8ef
fix #126 : allow short SSIDs
9 years ago
Thorsten von Eicken
fa96de2fc0
SDK 1.5.1; makefile and html tweaks
9 years ago
Thorsten von Eicken
5dbebcd841
change SLIP to std escape chars; add to readme
9 years ago
fl1pfl0p
68890778f4
Bugfix: RX pullup checkbox in GUI fixed
9 years ago
KatAst
896693b5b2
Soft-AP Settings
...
Added Soft-AP settings support both in Makefile and web interface
9 years ago
Benjamin Runnels
391481dc43
replaced the other srcElement too
9 years ago
Benjamin Runnels
a4816a7b72
Switched from event.srcElement to event.target for better browser compatibility
9 years ago
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
9 years ago
Benjamin Runnels
ac04cc58a8
removed syslog_enable functionality and config
...
reordered config settings
9 years ago
Benjamin Runnels
a895128c9f
Fixed bug with services page submitting on field click
...
Fixed bug with Makefile when COMPRESS_W_HTMLCOMPRESSOR = no
9 years ago
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
9 years ago
Benjamin Runnels
bfee1cf694
fixes for services
9 years ago
Thorsten von Eicken
fb90ac5457
enable mdns; tweak wifi info POST
9 years ago
susisstrolch
9ec3a30c87
syslog - a simple syslog client
9 years ago
Thorsten von Eicken
72118a7627
fix dhcp/static ip switch-over
9 years ago
Thorsten von Eicken
c3e1a8a83b
improve home page
9 years ago
Thorsten von Eicken
ce05e00bd7
fix pin changes and hostname change
9 years ago
Thorsten von Eicken
6b604ffc7c
remove pgm baud rate UI for now
9 years ago
Thorsten von Eicken
e0040e74bc
refactor pin config, add support for rx pull-up
9 years ago
Thorsten von Eicken
818db2deac
run css through autoprefixer
9 years ago
Thorsten von Eicken
fc8e1cfbf6
fix scrolling of uC console
9 years ago
Thorsten von Eicken
6a7d1c8e04
fix styling of console and make it 100% height
9 years ago
Thorsten von Eicken
65583e6af6
add selection of uart1 to debug log
9 years ago
Thorsten von Eicken
9920fd500e
make hidden ssid work minimally
9 years ago
Thorsten von Eicken
05d73e570d
try to support hidden ssids
9 years ago
Kayo Phoenix
52b78a42b9
Moved console send js from console.html to console.js
9 years ago
Kayo Phoenix
614c646b3c
Added sending text to console from web interface.
9 years ago
Thorsten von Eicken
dd731fa70c
fix wifi scan off-by-one issue, #44
9 years ago
Thorsten von Eicken
e429c0bb1c
Improve click-to-edit fields
9 years ago
Thorsten von Eicken
86d6638e53
add system name & description to home page
9 years ago
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
9 years ago
Thorsten von Eicken
82c65718cf
improve mqtt disconnect/reconnect
9 years ago
Thorsten von Eicken
b2d7d2a579
fix-up MQTT page
9 years ago
Benjamin Runnels
b7dd0b180f
lots of ifdef
9 years ago
Thorsten von Eicken
c1ed3695a9
server-side handling of MQTT web page
9 years ago
Thorsten von Eicken
d698b94ac6
fix flash config CRC; add MQTT web page
9 years ago
Thorsten von Eicken
9e4cbb0dbd
massive rework of MQTT
9 years ago
Thorsten von Eicken
4039eaab42
oops, readd mistakenly deleted file
9 years ago
Thorsten von Eicken
2fd2072411
reduce size of icons
9 years ago
Benjamin Runnels
c586f38765
swapped out for offsite web files
9 years ago