Skip to content

Commit

Permalink
Version bump. Prepare for release 0.9.000
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Jan 29, 2024
1 parent 12324ef commit e4f48a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
files: |
./firmware/*.bin
./firmware/*.json
draft: true
draft: false
# prerelease: true
generate_release_notes: true
env:
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ build_flags =
'-DWIFI_PW_CREDENTIALS=""'

-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.8."\"
-D CO2_GADGET_VERSION="\"0.9."\"

-D CO2_GADGET_REV="\"090-development"\"
-D CO2_GADGET_REV="\"000"\"
-D CORE_DEBUG_LEVEL=0
-DNEOPIXEL_PIN=26 ; Pinnumber for button for down/next and back / exit actions
-DNEOPIXEL_COUNT=16 ; How many neopixels to control
Expand Down

0 comments on commit e4f48a5

Please sign in to comment.