diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c32e8f..8c985ad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: nixie_firmware/.pio/build/d1_mini/firmware.bin - asset_name: cloxie_d1_mini.bin + asset_name: cloxie_d1_mini.bin tag: ${{ github.ref }} overwrite: true file_glob: true diff --git a/nixie_firmware/src/configuration.hpp b/nixie_firmware/src/configuration.hpp index a0cff77..2a46fce 100644 --- a/nixie_firmware/src/configuration.hpp +++ b/nixie_firmware/src/configuration.hpp @@ -46,7 +46,7 @@ //GITHUB #define GHOTA_USER PSTR("vascofazza") #define GHOTA_REPO PSTR("cloxie_nixie_clock") -#define GHOTA_CURRENT_TAG PSTR("0.0.2") +#define GHOTA_CURRENT_TAG PSTR("0.0.1") #define GHOTA_BIN_FILE PSTR("cloxie_d1_mini.bin") #define GHOTA_ACCEPT_PRERELEASE 0 #define GHOTA_INTERVAL 3600 * 6 * 1000 //6h