Skip to content

Commit

Permalink
chore: Update CO2_GADGET_REV to "084-development" in platformio.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Jun 2, 2024
1 parent 6996ba9 commit 487b0d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extra_configs = platformio_extra_configs.ini
[version]
build_flags =
-D CO2_GADGET_VERSION="\"0.12."\"
-D CO2_GADGET_REV="\"083-development"\"
-D CO2_GADGET_REV="\"084-development"\"

;****************************************************************************************
;*** You can disable features by commenting the line with a semicolon at the beginning
Expand All @@ -21,11 +21,10 @@ build_flags =
-DSUPPORT_BLE
-DSUPPORT_BUZZER
; -DSUPPORT_ESPNOW
; -DSUPPORT_MDNS
-DSUPPORT_MDNS
-DSUPPORT_MQTT
-DSUPPORT_MQTT_DISCOVERY
-DSUPPORT_OTA
-DSUPPORT_CAPTIVE_PORTAL

;****************************************************************************************
;*** This will be deprecated. It's here only for backward compatibility.
Expand Down Expand Up @@ -161,7 +160,6 @@ build_flags =
;****************************************************************************************
;*** Environment specific data. You can override the common data for each environment
;****************************************************************************************

[env:esp32dev]
platform = https://github.com/platformio/platform-espressif32.git
board = esp32dev
Expand Down

0 comments on commit 487b0d5

Please sign in to comment.