Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several contributions #173

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Several contributions #173

wants to merge 2 commits into from

Commits on Jul 20, 2016

  1. added auto-incrementing build number to the Makefile (available as "e…

    …sp_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
    tmcdos committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    95d7e8e View commit details
    Browse the repository at this point in the history
  2. Added missing files from previous commit

    tmcdos committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    7b677b8 View commit details
    Browse the repository at this point in the history