Jean-François Milants
d56df38aeb
Simple Weather Service
...
Fix typo in doc/ble.md.
2023-12-23 21:12:25 +01:00
Jean-François Milants
c94a59e7d3
SimpleWeather service : new weather implementation
...
This new implementation of the weather feature provides a new BLE API and a new weather service.
The API uses a single characteristic that allows companion apps to write the weather conditions (current and forecast for the next 5 days).
The SimpleWeather service exposes those data as std::optional fields.
This new implementation replaces the previous WeahterService.
The API is documented in docs/SimpleWeatherService.md.
2023-12-23 21:12:25 +01:00
Riku Isokoski
c2b6a8de3e
Fix markdown format with autoformatter ( #1284 )
2022-08-21 14:50:09 +03:00
Riku Isokoski
93477e25cf
Docs reorganization ( #1236 )
...
* Docs reorganization
Removed broken link
* README.md relative link consistency
2022-07-21 23:02:33 +03:00
luz paz
20ac1cd374
revert portion of previous commit
2022-06-05 09:31:23 +03:00
luz paz
03a510bd18
Fix various typos
...
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-06-05 09:31:23 +03:00
Eli Weiss
90352af626
Improved documentation readability
...
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
2021-12-30 20:57:26 +01:00
JF
8ab959b4dc
Merge pull request #839 from Arsen6331/BLE-FS-Docs
...
Add documentation for BLE FS
2021-12-20 21:06:29 +01:00
Avamander
3eebe66d65
Updated docs and renamed functions for consistency
2021-12-04 22:03:40 +02:00
Arsen6331
47f73269bb
Add BLE FS docs link to BLE docs
2021-11-24 22:22:04 +00:00
JF
82ca526ec2
Merge pull request #754 from InfiniTimeOrg/add-motion-service
...
Add motion service
2021-10-24 20:06:52 +02:00
Jean-François Milants
b3a8228899
Add mention to Call characteristic (which was missing in the doc) and change the UUID of the new Motion service from 00020000-* to 00030000-*.
2021-10-20 20:52:04 +02:00
Jean-François Milants
31badd2eb3
Add doc about the new motion service.
2021-10-17 08:34:24 +02:00
Arsen Musayelyan
95618dd238
Fix error in music status docs
2021-10-16 21:01:12 -07:00
Arsen Musayelyan
75339323d2
Fix grammar mistakes
2021-10-16 20:52:25 -07:00
Arsen Musayelyan
2e7d4763dc
Add docs from infinitime Go library's repo and fix typos and grammar
2021-10-16 20:45:08 -07:00
Grant
6222b7c223
Correct spelling issue in documentation ( #509 )
...
* Correct spelling issue
2021-07-25 17:58:55 +02:00
Jean-François Milants
54d437adb8
Add guideline to chose the UUID of custom BLE services in docs.
2021-01-19 21:25:57 +01:00
ToXIc
e0307a8ee4
Links mixed up, fixed.
2020-04-05 21:15:52 +01:00
JF
932c0479ee
Add documentation about BLE connection and services.
2020-04-05 17:03:06 +02:00