Skip to content

Commit d4ed6fb

Browse files
committed
index: Add nrfcloud quickstart bluetooth v1.0.1
1 parent dde604c commit d4ed6fb

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

index/nrfconnect.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,24 +407,36 @@
407407
{
408408
"name": "quickstart-bluetooth",
409409
"repo": "https://github.com/nrfconnect/quickstart-bluetooth",
410-
"title": "Bluetooth LE Quick Start",
411-
"description": "The peripheral_lbs button/LED-over-BLE sample plus Memfault observability (heartbeat metrics and coredumps) delivered over the Memfault Diagnostic Service BLE gateway path, for the nRF Connect for Desktop Quick Start guide. Targets the nRF54L15 DK only; the device never performs on-device HTTP/TLS.",
410+
"title": "nRF Cloud Bluetooth Quick Start",
411+
"description": "The peripheral_lbs button/LED-over-BLE sample plus Memfault observability (heartbeat metrics and coredumps) delivered over the Memfault Diagnostic Service BLE gateway path, for the nRF Connect for Desktop Quick Start guide. Targets the nRF54L15 DK only.",
412412
"kind": "sample",
413413
"tags": ["bluetooth", "ble", "connectivity"],
414-
"apps": "project/app",
414+
"apps": "app",
415415
"avatar": "https://avatars.githubusercontent.com/u/40860733?s=200&v=4",
416416
"docsUrl": "https://github.com/nrfconnect/quickstart-bluetooth/blob/main/README.md",
417417
"testStatus": {
418418
"badge": "https://github.com/nrfconnect/quickstart-bluetooth/actions/workflows/build.yml/badge.svg"
419419
},
420-
"defaultBranch": "main",
420+
"defaultBranch": "v1.1.0",
421421
"license": "LicenseRef-Nordic-5-Clause",
422422
"releases": [
423423
{
424424
"tag": "v1.0.0",
425425
"name": "quickstart-bluetooth v1.0.0",
426426
"date": "2026-07-17T15:15:18Z",
427427
"sdk": "v3.4.0"
428+
},
429+
{
430+
"tag": "v1.0.1",
431+
"name": "quickstart-bluetooth v1.0.1",
432+
"date": "2026-07-29T19:13:16Z",
433+
"sdk": "v3.4.0"
434+
},
435+
{
436+
"tag": "v1.1.0",
437+
"name": "quickstart-bluetooth v1.1.0",
438+
"date": "2026-08-17T15:44:00Z",
439+
"sdk": "v3.4.0"
428440
}
429441
]
430442
},

0 commit comments

Comments
 (0)