diff --git a/.travis/push.sh b/.travis/push.sh index 587be67..360149b 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -29,6 +29,8 @@ commit_website_files() { cd /tmp git clone https://github.com/dl9rdz/rdz_ttgo_sonde.git -b gh-pages cd rdz_ttgo_sonde + mkdir -p master + mkdir -p devel cp ${MYPATH}/out.bin ${BRANCH}/${VERSION}-full.bin git add ${BRANCH}/${VERSION}-full.bin # git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" diff --git a/RX_FSK/version.h b/RX_FSK/version.h index 7432703..e5187c3 100644 --- a/RX_FSK/version.h +++ b/RX_FSK/version.h @@ -1,2 +1,2 @@ const char *version_name = "RDZ_TTGO_SONDE"; -const char *version_id = "master v0.5d"; +const char *version_id = "master v0.5e";