Merge pull request #2938 from benskigomez/fix/room-server-default-password

ThinkNode M6/M1 room_server: set ROOM_PASSWORD default
This commit is contained in:
Liam Cottle
2026-07-13 12:54:16 +12:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ build_flags =
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D ROOM_PASSWORD='"hello"'
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${ThinkNode_M1.build_src_filter}
+1
View File
@@ -63,6 +63,7 @@ build_flags =
-D ADVERT_LAT=0.0
-D ADVERT_LON=0.0
-D ADMIN_PASSWORD='"password"'
-D ROOM_PASSWORD='"hello"'
; -D MESH_PACKET_LOGGING=1
; -D MESH_DEBUG=1
build_src_filter = ${ThinkNode_M6.build_src_filter}