Skip to content

Commit

Permalink
Prepare for release v0.12.000
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Feb 25, 2024
1 parent 257d96b commit a477b50
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ lib_deps =
rlogiacco/Battery Sense @ ^1.1.2
adafruit/Adafruit NeoPixel@^1.10.3
build_flags =
; You can keep default sensitive data defined in environment variables (Instead of using credentials.h file)
; Unix
; export WIFI_SSID='\"my\ ssid\ name\"'
; export WIFI_PASS='\"my\ password\"'
; Windows
; set WIFI_SSID="my ssid name"
; set WIFI_PASS="my password"
; '-DWIFI_SSID_CREDENTIALS="${sysenv.WIFI_SSID}"'
; '-DWIFI_PW_CREDENTIALS="${sysenv.WIFI_PASS}"'
'-DWIFI_SSID_CREDENTIALS=""'
'-DWIFI_PW_CREDENTIALS=""'

Expand Down

0 comments on commit a477b50

Please sign in to comment.