Browse Source
Merge pull request #2263 from jirogit/fix/thinknode-m5-wifi-credentials
fix: remove real WiFi credentials from ThinkNode M5 variant
pull/2268/head
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
variants/thinknode_m5/platformio.ini
|
|
|
@ -193,8 +193,8 @@ build_flags = |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D WIFI_DEBUG_LOGGING=1 |
|
|
|
-D WIFI_SSID='"Livebox-633C"' |
|
|
|
-D WIFI_PWD='"vvQUHGSxsWd7fKMYSr"' |
|
|
|
-D WIFI_SSID='"myssid"' |
|
|
|
-D WIFI_PWD='"mypwd"' |
|
|
|
build_src_filter = ${ThinkNode_M5.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
|