From e5920151b7f94feb582dbffe00685fa905c4516a Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 30 Oct 2019 22:45:54 +0100 Subject: [PATCH] enable download of beta releases via webui --- .travis.yml | 6 +- src/websrc/index.html | 5 +- src/websrc/myesp.js | 121 +++++++++++++++++++++------------------- tools/wsemulator/run.sh | 2 +- 4 files changed, 72 insertions(+), 62 deletions(-) diff --git a/.travis.yml b/.travis.yml index f20f51a73..0a066d868 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,9 +62,9 @@ deploy: file: "*.bin" name: latest development build release_notes: - Automatic firmware builds of the current EMS-ESP branch for version $FIRMWARE_VERSION. - This is work in progress and not fully tested. Use at your own risk. - Built by Travis CI on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT. + Version $FIRMWARE_VERSION. + Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT. + Warning, this is a development build and not fully tested. Use at your own risk. cleanup: false prerelease: true overwrite: true diff --git a/src/websrc/index.html b/src/websrc/index.html index 944620a64..074fec01c 100644 --- a/src/websrc/index.html +++ b/src/websrc/index.html @@ -194,7 +194,10 @@