summaryrefslogtreecommitdiff
path: root/src/components/ble/NavigationService.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-04-24Reformatted all the files according to clang-format styleAvamander1-49/+33
2021-04-04Add support for notification title. The notification buffer must contain the ↵Jean-François Milants1-1/+0
title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-0/+137
- fix conflict - add a icon for the navigation app.