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
23877f5ea7
Re-enable syslog by default and fix compilation issue
9 years ago
Thorsten von Eicken
f84ffdc989
Allow syslog to be disabled, as in #128
9 years ago
Thorsten von Eicken
47bd1ac598
Change Makefile to use SDK 1.5.4
9 years ago
Thorsten von Eicken
56e76c6bc4
Revert "TvEmaster"
...
This reverts commit f577c140df
.
9 years ago
susisstrolch
e3e19ffa38
TvEmaster
...
Syslog and debug printing fixes
9 years ago
Alastair D'Silva
b408103b4c
Use the SKD included in esp-open-sdk, if available
9 years ago
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
9 years ago
Alastair D'Silva
406b4666b6
Revert "Use the latest SDK as packaged in esp-open-sdk"
...
This reverts commit 3b8011f471
.
9 years ago
Alastair D'Silva
3b8011f471
Use the latest SDK as packaged in esp-open-sdk
9 years ago
Thorsten von Eicken
ad5182ae59
fix reference to old boot file in Makefile
9 years ago
Thorsten von Eicken
fa96de2fc0
SDK 1.5.1; makefile and html tweaks
9 years ago
KatAst
8351fb4599
Back to default
9 years ago
KatAst
b3ed6e8588
Back to original config
...
I forgot to restore to original
9 years ago
KatAst
58ece6b452
Auth_Mode var in numbers instead of string
9 years ago
KatAst
793506fdd1
Small changes
9 years ago
KatAst
896693b5b2
Soft-AP Settings
...
Added Soft-AP settings support both in Makefile and web interface
9 years ago
KatAst
ff5a74b20a
Added SOFTAP hard-coded settings
...
Set the values of SOFTAP config straight in the Makefile
9 years ago
Thorsten von Eicken
59d4bdf99e
fix makefile; update readme
9 years ago
Thorsten von Eicken
88e580c6ee
Makefile tweak
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
Thorsten von Eicken
e97b38ae67
re-insert fixed STA config into Makefile
9 years ago
Benjamin Runnels
26339962bf
Updates for SDK 1.5
9 years ago
susisstrolch
9ec3a30c87
syslog - a simple syslog client
9 years ago
Thorsten von Eicken
e429c0bb1c
Improve click-to-edit fields
9 years ago
Thorsten von Eicken
b94cf2e620
updated makefile and readme
9 years ago
Thorsten von Eicken
9c11776869
switch to single firmware size
9 years ago
susisstrolch
bb5dfd082a
conditionaly include "local.conf" from Makefile
...
for convenience reasons included from Makefile, added to gitignore..
9 years ago
Thorsten von Eicken
e7311d54f3
misc mqtt tweaks
9 years ago
Thorsten von Eicken
de7207ac1d
tweaks
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
658c4d8b31
make compile with SDK 1.4.0
9 years ago
Benjamin Runnels
5068fa28cb
Added buildtime wifi config ability
...
Added SDK_DBG parameter to turn off nonsense SDK debug output
9 years ago
Thorsten von Eicken
f057a65d1f
converted some DBG macros; misc tweaks
9 years ago
Thorsten von Eicken
35c2eb65c8
add DBG_MQTT macro to remove ifdefs
9 years ago
Benjamin Runnels
b7dd0b180f
lots of ifdef
9 years ago
Thorsten von Eicken
aecaa26c65
mqtt status client hook-up
9 years ago
Thorsten von Eicken
9e4cbb0dbd
massive rework of MQTT
9 years ago
Benjamin Runnels
bc3856334d
Made some modules optional
9 years ago
Thorsten von Eicken
ef01fc76b7
makefile tweak
9 years ago
Benjamin Runnels
248f2f3f47
mergeing mqtt into master
9 years ago
Thorsten von Eicken
e440289628
fix flash target in Makefile
9 years ago
Thorsten von Eicken
f05bb652bb
improve make release #2
9 years ago
Thorsten von Eicken
4a77c56b30
improve make release
9 years ago
Benjamin Runnels
a2bb08186f
Setup user code area and moved esp-link to it's own module
9 years ago
Benjamin Runnels
31d308416b
Merging
9 years ago
Benjamin Runnels
f90bf5bb30
Started adding in mqtt module from tuan
9 years ago
Thorsten von Eicken
0557bbbc89
make esp-12 with 4MB flash work
9 years ago
Benjamin Runnels
c586f38765
swapped out for offsite web files
9 years ago
Benjamin Runnels
c68a281580
Fixed VS includes and replaced missing cmd module
9 years ago