aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MusicService.h
Commit message (Collapse)AuthorAgeFilesLines
* (small) Music App Redesign (#2292)Titus2025-06-291-3/+3
|
* MusicService: add missing includes for TickType_t and xTaskGetTickCount (#2130)NeroBurner2024-09-291-0/+1
| | | | | Add `FreeRTOS.h` include for the directly used data type `TickType_t` in the header and the function `xTaskGetTickCount` from FreeRTOS's `task.h`
* MusicService: Remove SystemTask dependencyRiku Isokoski2023-03-191-6/+4
|
* src: Enable unused parameter warningRiku Isokoski2023-01-241-1/+1
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Make functions const againRiku Isokoski2022-04-251-1/+1
|
* Update track progress in MusicService. Fix #127Riku Isokoski2022-04-251-1/+2
|
* Inititialize members in class declarationJonathan Vander Mey2021-07-021-12/+12
| | | | Also added initializers for previously unintialized members.
* Make MusicService UUID objects static constexprJonathan Vander Mey2021-07-021-22/+0
|
* Updated license header yearAvamander2021-05-171-1/+1
|
* Used a macro for UUID generation, switched from C-style casts to ↵Avamander2021-05-171-33/+21
| | | | reinterpret_cast, renamed callback
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-88/+46
|
* Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants2021-01-191-1/+1
|
* Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-191-15/+15
|
* fix MusicService UUID typo in commentpetter2021-01-081-1/+1
|
* Include cleanup: componentsokaestne2020-11-161-2/+5
|
* Unified MusicStatus enum constant capitalization with othersAvamander2020-10-151-2/+2
|
* Refactored and improved the Music watchappAvamander2020-10-151-71/+145
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+92