Skip to content

Commit 47f7326

Browse files
authored
Add BLE FS docs link to BLE docs
1 parent 7322f32 commit 47f7326

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

doc/ble.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This page describes the BLE implementation and API built in this firmware.
99
### Table of Contents
1010

1111
- [BLE Connection](#ble-connection)
12+
- [BLE FS](#ble-fs)
1213
- [BLE UUIDs](#ble-uuids)
1314
- [BLE Services](#ble-services)
1415
- [CTS](#cts)
@@ -51,6 +52,13 @@ If **CTS** is detected, it'll request the current time to the companion applicat
5152

5253
---
5354

55+
## BLE FS
56+
57+
The documentation for BLE FS can be found here:
58+
[BLEFS.md](./BLEFS.md)
59+
60+
---
61+
5462
## BLE UUIDs
5563
When possible, InfiniTime tries to implement BLE services defined by the BLE specification.
5664

@@ -285,4 +293,4 @@ This characteristic expects a particular format:
285293
- Microsecond divided by `1e6*256` (`uint8`)
286294
- Binary 0001 (`uint8`)
287295

288-
Write all of these together, encoded as little-endian, to the current time characteristic.
296+
Write all of these together, encoded as little-endian, to the current time characteristic.

0 commit comments

Comments
 (0)