Browse Source
Merge pull request #128 from Noki/xiao-s3-wio-room-server
xiao s3 wio: add room server
pull/145/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
14 additions and
0 deletions
-
variants/xiao_s3_wio/platformio.ini
|
|
|
@ -39,6 +39,20 @@ lib_deps = |
|
|
|
${Xiao_S3_WIO.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|
|
|
|
[env:Xiao_S3_WIO_room_server] |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_src_filter = ${Xiao_S3_WIO.build_src_filter} |
|
|
|
+<../examples/simple_room_server> |
|
|
|
build_flags = |
|
|
|
${Xiao_S3_WIO.build_flags} |
|
|
|
-D ADVERT_NAME='"XiaoS3 Room"' |
|
|
|
-D ADVERT_LAT=-37.0 |
|
|
|
-D ADVERT_LON=145.0 |
|
|
|
-D ADMIN_PASSWORD='"password"' |
|
|
|
-D ROOM_PASSWORD='"hello"' |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
|
|
|
|
[env:Xiao_S3_WIO_terminal_chat] |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_flags = |
|
|
|
|