summaryrefslogtreecommitdiff
path: root/doc/ble.md
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-12-09 21:27:38 +0100
committerGitHub <noreply@github.com>2021-12-09 21:27:38 +0100
commitd29a9818af3b4ecb0c547f7ccd998eb55ca821c7 (patch)
tree572ece371e587fb6e5c3b531473a528305ba1809 /doc/ble.md
parentb946b8d156175309ab778038dab75ec7996c05bc (diff)
parente8c1302cd65dbd804d152227ae76aa786d6f0b60 (diff)
Merge pull request #353 from Avamander/patch-weather
WeatherService
Diffstat (limited to 'doc/ble.md')
-rw-r--r--doc/ble.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 8573166f..2b86243e 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -2,7 +2,7 @@
## Introduction
This page describes the BLE implementation and API built in this firmware.
-**Note** : I'm a beginner in BLE related technologies and the information in this document reflects my current knowledge and understanding of the BLE stack. This information might be erroneous or incomplete. Feel free to submit a PR if you think you can improve it.
+**Note**: I'm a beginner in BLE related technologies and the information in this document reflects my current knowledge and understanding of the BLE stack. This information might be erroneous or incomplete. Feel free to submit a PR if you think you can improve it.
---
@@ -72,12 +72,16 @@ The following custom services are implemented in InfiniTime:
* [Navigation Service](NavigationService.md) : 00010000-78fc-48fe-8e23-433b3a1942d0
- - Since InfiniTime 0.13
- * Call characteristic (extension to the Alert Notification Service): 00020001-78fc-48fe-8e23-433b3a1942d0
-
-
- - Since InfiniTime 1.7:
- * [Motion Service](MotionService.md) : 00030000-78fc-48fe-8e23-433b3a1942d0
+- Since InfiniTime 0.13
+ * Call characteristic (extension to the Alert Notification Service): 00020001-78fc-48fe-8e23-433b3a1942d0
+
+
+- Since InfiniTime 1.7:
+ * [Motion Service](MotionService.md): 00030000-78fc-48fe-8e23-433b3a1942d0
+
+
+- Since InfiniTime 1.8:
+ * [Weather Service](/src/components/ble/weather/WeatherService.h): 00040000-78fc-48fe-8e23-433b3a1942d0
---