mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Rewrite KISS modem to be fully spec-compliant
This commit is contained in:
parent
bcb7a8067e
commit
5dcc377b77
5 changed files with 533 additions and 352 deletions
|
|
@ -107,4 +107,13 @@ build_flags =
|
|||
; -D MESH_PACKET_LOGGING=1
|
||||
; -D MESH_DEBUG=1
|
||||
build_src_filter = ${Xiao_nrf52.build_src_filter}
|
||||
+<../examples/simple_room_server/*.cpp>
|
||||
+<../examples/simple_room_server/*.cpp>
|
||||
|
||||
[env:Xiao_nrf52_kiss_modem]
|
||||
extends = Xiao_nrf52
|
||||
build_flags =
|
||||
${Xiao_nrf52.build_flags}
|
||||
build_src_filter = ${Xiao_nrf52.build_src_filter}
|
||||
+<../examples/kiss_modem/*.cpp>
|
||||
lib_deps =
|
||||
${Xiao_nrf52.lib_deps}
|
||||
Loading…
Add table
Add a link
Reference in a new issue