Skip to content

Commit

Permalink
Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
nmtoblum committed Jan 17, 2021
1 parent e36dcda commit 9b261ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
files: |
.pio/build/esp32doit-devkit-v1/firmware.bin
.pio/build/esp32doit-devkit-v1/firmware-nocertcheck.bin
.pio/build/esp32doit-devkit-v1-nocertcheck/firmware-nocertcheck.bin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define DEFAULT_ERROR_RETRY_INTERVAL 30 // Default interval to try again after errors
#define TOKEN_REFRESH_TIMEOUT 60 // Number of seconds until expiration before token gets refreshed
#define CONTEXT_FILE "/context.json" // Filename of the context file
#define VERSION "0.16.1" // Version of the software
#define VERSION "0.16.2" // Version of the software

#define DBG_PRINT(x) Serial.print(x)
#define DBG_PRINTLN(x) Serial.println(x)
Expand Down

0 comments on commit 9b261ca

Please sign in to comment.