aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ble.md
Commit message (Collapse)AuthorAgeFilesLines
* Simple Weather ServiceJean-François Milants2023-12-231-1/+1
| | | | Fix typo in doc/ble.md.
* SimpleWeather service : new weather implementationJean-François Milants2023-12-231-1/+4
| | | | | | | | | | 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.
* Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-211-10/+18
|
* Docs reorganization (#1236)Riku Isokoski2022-07-211-2/+0
| | | | | | | * Docs reorganization Removed broken link * README.md relative link consistency
* revert portion of previous commitluz paz2022-06-051-1/+1
|
* Fix various typosluz paz2022-06-051-3/+3
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* Improved documentation readabilityEli Weiss2021-12-301-2/+2
| | | | Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
* Merge pull request #839 from Arsen6331/BLE-FS-DocsJF2021-12-201-1/+9
|\ | | | | Add documentation for BLE FS
| * Add BLE FS docs link to BLE docsArsen63312021-11-241-1/+9
| |
* | Updated docs and renamed functions for consistencyAvamander2021-12-041-7/+11
|/
* Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2021-10-241-7/+12
|\ | | | | Add motion service
| * Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-201-1/+5
| | | | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*.
| * Add doc about the new motion service.Jean-François Milants2021-10-171-7/+8
| |
* | Fix error in music status docsArsen Musayelyan2021-10-161-1/+1
| |
* | Fix grammar mistakesArsen Musayelyan2021-10-161-1/+1
| |
* | Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan2021-10-161-5/+237
|/
* Correct spelling issue in documentation (#509)Grant2021-07-251-2/+2
| | | * Correct spelling issue
* Add guideline to chose the UUID of custom BLE services in docs.Jean-François Milants2021-01-191-0/+23
|
* Links mixed up, fixed.ToXIc2020-04-051-3/+4
|
* Add documentation about BLE connection and services.JF2020-04-051-0/+27