Skip to content

Commit

Permalink
Update CO2_GADGET_REV to "081" in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Jan 28, 2024
1 parent ed03ceb commit 231ffa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Release V2.2
# To create new release, just push a new tag with the format v* (v1.0, v2.0, v2.1, v2.2, etc)
#
# In a terminal in platformIO do, for example:
# git tag -a v7.0.005 -m "For general release v0.7.005"
# git push origin v7.0.005
# git tag -a v0.8.005 -m "For general release v0.8.005"
# git push origin v0.8.005
# # # # # # # # # # #

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Release V2.3
# To create new release, just push a new tag with the format v* (v1.0, v2.0, v2.1, v2.2, etc)
#
# In a terminal in platformIO do, for example:
# git tag -a v7.0.005 -m "For general release v0.7.005"
# git push origin v7.0.005
# git tag -a v0.8.005 -m "For general release v0.8.005"
# git push origin v0.8.005
# # # # # # # # # # #

on:
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build_flags =
-D MQTT_BROKER_SERVER="\"192.168.1.145"\"
-D CO2_GADGET_VERSION="\"0.8."\"

-D CO2_GADGET_REV="\"080"\"
-D CO2_GADGET_REV="\"081"\"
-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 231ffa4

Please sign in to comment.