Thread provisioning and ping works

This commit is contained in:
2026-01-02 17:46:30 +01:00
parent c3e554a7a9
commit b40e44c991
6 changed files with 592 additions and 207 deletions

12
lasertag.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"nrf-connect.applications": [
"${workspaceFolder}/firmware/apps/leader"
]
}
}