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
1bcdc62de3
Prep readme
9 years ago
Thorsten von Eicken
7f426da314
Remove some heap debugging output, fixes #158
9 years ago
Thorsten von Eicken
ef6a611045
Reduce memory consumption; fix syslog alloc when disabled
9 years ago
Thorsten von Eicken
dc4fabc7ed
Change MQTT hostname to 64 chars, fixes #147
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
Thorsten von Eicken
1e87efec8c
Revert "Fix some type casts per #129"
...
This reverts commit 52843c6316
.
9 years ago
mroavi
107a24590c
Fixes the Makefile's wifi station hardcoding functionality when starting in SOFTAP_MODE ( #150 )
...
* Bug fixed
* Change to mode STATIONAP_MODE at startup only if STA_SSID and STA_PASS are defined.
9 years ago
dima-ch
a9321f421b
fix html special symbols in console output ( #141 )
9 years ago
Thorsten von Eicken
ff51a16b98
Transfer vcxproj from #137
9 years ago
Thorsten von Eicken
3403e583f2
Fix not showing syslog card when disabled
9 years ago
Thorsten von Eicken
52843c6316
Fix some type casts per #129
9 years ago
Thorsten von Eicken
f84ffdc989
Allow syslog to be disabled, as in #128
9 years ago
Thorsten von Eicken
38f5376196
Pull in contributions from #121
9 years ago
Thorsten von Eicken
47bd1ac598
Change Makefile to use SDK 1.5.4
9 years ago
Thorsten von Eicken
ac92202ef6
fix c99 types mess, try 2; clean up after merges
9 years ago
Thorsten von Eicken
d2bd118f0b
fix c99 types mess; clean up after merges
9 years ago
Thorsten von Eicken
06ec5d46f1
switch to sdk 1.5.2
9 years ago
Thorsten von Eicken
ccbe99de82
fix #122 : uninitialized vars in REST_Setup
9 years ago
Thorsten von Eicken
8b4749fb90
fix #101 : doesn't stay in AP-only after reset
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
0df5264c8b
revert PR #95 due to bug; revert #114 due to timing issues; fix MQTT crashes
9 years ago
Thorsten von Eicken
56e76c6bc4
Revert "TvEmaster"
...
This reverts commit f577c140df
.
9 years ago
Jason Schmidlapp
5eba5500ac
Don't reset programming target until actual image data is received from network.
...
Thanks!
9 years ago
susisstrolch
e3e19ffa38
TvEmaster
...
Syslog and debug printing fixes
9 years ago
Nico
b56b2767cb
Update README.adoc
9 years ago
Alastair D'Silva
b408103b4c
Use the SKD included in esp-open-sdk, if available
9 years ago
Alastair D'Silva
80d9945266
Fix warnings reported in #113 (format warnings, differing types)
9 years ago
Alastair D'Silva
163986afb4
Merge branch 'incorrect-types' into updated-toolchain
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
8709e92d45
Fix sytax errors
9 years ago
Alastair D'Silva
3b8011f471
Use the latest SDK as packaged in esp-open-sdk
9 years ago
Thorsten von Eicken
1d0f3136c5
fixes #111 : handle malloc failure in syslog
9 years ago
Thorsten von Eicken
69f09ebbb9
fix slip protocol argument padding
9 years ago
Thorsten von Eicken
ad5182ae59
fix reference to old boot file in Makefile
9 years ago
Thorsten von Eicken
af0e0907f9
convert readme to asciidoc
9 years ago
Thorsten von Eicken
219b6c8006
fix mqtt for new slip protocol
9 years ago
Thorsten von Eicken
5a891c3c1e
new SLIP protocol; basic REST working
9 years ago
Thorsten von Eicken
109c10c3f2
make new slip proto work
9 years ago
Thorsten von Eicken
481818429e
fix RX pull-up; revamp avr flashing
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
Thorsten von Eicken
762d7eaf46
Merge pull request #84 from katast/master
...
Soft-AP settings
9 years ago
Thorsten von Eicken
b2e8023089
Merge pull request #91 from fl1pfl0p/master
...
Bugfix: RX pullup checkbox in GUI fixed
9 years ago
fl1pfl0p
68890778f4
Bugfix: RX pullup checkbox in GUI fixed
9 years ago