diff --git a/.travis/push.sh b/.travis/push.sh index 9e1d5d0..ff2e613 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -61,6 +61,8 @@ commit_website_files() { git add ${BRANCH}/update.ino.bin echo "${TRAVIS_COMMIT_MESSAGE}" >> ${BRANCH}/${VERSION}-changelog.txt git add ${BRANCH}/${VERSION}-changelog.txt + echo "
${VERSION}
" > ${BRANCH}/update-info.html + git add ${BRANCH}/update-info.html git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" } upload_files() { diff --git a/RX_FSK/RX_FSK.ino b/RX_FSK/RX_FSK.ino index 6259530..f042080 100644 --- a/RX_FSK/RX_FSK.ino +++ b/RX_FSK/RX_FSK.ino @@ -1008,7 +1008,11 @@ const char *createUpdateForm(boolean run) { if (run) { strcat(ptr, "Doing update, wait until reboot
"); } else { + sprintf(ptr+strlen(ptr), "Currently installed: %s-%c%d
\n", version_id, SPIFFS_MAJOR+'A'-1, SPIFFS_MINOR); + strcat(ptr, "Available master::
"
+ "Available devel:
Note: If suffix is the same, update should work fully. If the number is different, update contains changes in the file system. A full re-flash is required to get all new features, but the update should not break anything. If the letter is different, a full re-flash is mandatory, update will not work
"); } strcat(ptr, "