Advencing bluetooth mist :)
All checks were successful
Deploy Docs / build-and-deploy (push) Successful in 17s

This commit is contained in:
2026-01-12 14:29:09 +01:00
parent 6b1bbca992
commit c13b6d73c9
6 changed files with 187 additions and 121 deletions

View File

@@ -33,7 +33,7 @@ int main(void)
if (rc) {
LOG_ERR("Thread initialization failed (err %d)", rc);
} else {
LOG_INF("Leader Application successfully started with Thread Mesh.");
LOG_INF("Vest Application successfully started with Thread Mesh.");
return rc;
}