Skip to content

Commit

Permalink
CO2 Gadget Beta v0.12.076-development
Browse files Browse the repository at this point in the history
Remove obsolete defines: WIFI_SSID_CREDENTIALS and WIFI_PW_CREDENTIALS
  • Loading branch information
melkati committed May 20, 2024
1 parent 4330f82 commit 4010575
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ extra_configs = platformio_extra_configs.ini
[version]
build_flags =
-D CO2_GADGET_VERSION="\"0.12."\"
-D CO2_GADGET_REV="\"075-development"\"
-D CO2_GADGET_REV="\"076-development"\"

;****************************************************************************************
;*** This is deprecated. It's here only for backward compatibility.
;*** You can set your credentials as you preffer: from the Easy Web Installer after
;*** installing, via BLE with MyAmbiance App or via Serial console.
;****************************************************************************************
[credentials]
build_flags =
'-DWIFI_SSID_CREDENTIALS=""'
'-DWIFI_PW_CREDENTIALS=""'

;****************************************************************************************
;*** Default MQTT Broker and Discovery prefix for Home Assistant. You can set this
;*** directly in CO2 Gadget from the menu or the Web server. Don't need to set this here
;****************************************************************************************
Expand All @@ -32,6 +23,7 @@ build_flags =
-DMQTT_DISCOVERY_PREFIX="\"homeassistant/\"" ; MQTT Discovery prefix for Home Assistant

;****************************************************************************************
;*** This is deprecated. It's here only for backward compatibility.
;*** Default ESP-NOW configuration. You can set this directly in CO2 Gadget from the menu
;*** or the Web server. Don't need to set this here
;****************************************************************************************
Expand Down Expand Up @@ -146,7 +138,6 @@ lib_deps =
${LIBS.lib_deps}
build_flags =
${version.build_flags}
${credentials.build_flags}
${MQTT.build_flags}
${ESPNOW.build_flags}
${features.build_flags}
Expand All @@ -157,7 +148,6 @@ build_flags =
-Os ; Optimize compilation for use memory
-w ; Supress compilation warnings


;****************************************************************************************
;*** Environment specific data. You can override the common data for each environment
;****************************************************************************************
Expand Down

0 comments on commit 4010575

Please sign in to comment.