Skip to content

Commit be78049

Browse files
authored
Merge pull request #2263 from jirogit/fix/thinknode-m5-wifi-credentials
fix: remove real WiFi credentials from ThinkNode M5 variant
2 parents fb726e4 + d9cfd07 commit be78049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/thinknode_m5/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ build_flags =
193193
-D MAX_GROUP_CHANNELS=40
194194
-D OFFLINE_QUEUE_SIZE=256
195195
-D WIFI_DEBUG_LOGGING=1
196-
-D WIFI_SSID='"Livebox-633C"'
197-
-D WIFI_PWD='"vvQUHGSxsWd7fKMYSr"'
196+
-D WIFI_SSID='"myssid"'
197+
-D WIFI_PWD='"mypwd"'
198198
build_src_filter = ${ThinkNode_M5.build_src_filter}
199199
+<helpers/esp32/*.cpp>
200200
+<helpers/ui/MomentaryButton.cpp>

0 commit comments

Comments
 (0)