mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* simple_secure_chat: bug fixes
This commit is contained in:
parent
d291c6d31e
commit
d06532d6f1
3 changed files with 17 additions and 6 deletions
|
|
@ -73,6 +73,7 @@ build_flags =
|
|||
${Heltec_lora32_v3.build_flags}
|
||||
-D RUN_AS_ALICE=true
|
||||
; -D NODE_ID=1
|
||||
-D MESH_DEBUG=1
|
||||
build_src_filter = ${Heltec_lora32_v3.build_src_filter} +<../examples/simple_secure_chat/main.cpp>
|
||||
|
||||
[env:Heltec_v3_chat_bob]
|
||||
|
|
@ -81,6 +82,7 @@ build_flags =
|
|||
${Heltec_lora32_v3.build_flags}
|
||||
-D RUN_AS_ALICE=false
|
||||
; -D NODE_ID=3
|
||||
-D MESH_DEBUG=1
|
||||
build_src_filter = ${Heltec_lora32_v3.build_src_filter} +<../examples/simple_secure_chat/main.cpp>
|
||||
|
||||
[env:Heltec_v3_test_admin]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue