aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/DeviceInformationService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-021-116/+0
|
* Fix firmware version reported by Device Information Service on BLE. It was ↵JF2020-09-021-0/+11
| | | | | | previously hard-coded, it is now set by CMake accoridng to the project version. Fix Manufacturer name, model number, sw revision according to https://wiki.pine64.org/index.php?title=Firmware_versioning_for_companion_apps.
* Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF2020-06-161-2/+6
|
* NimbleController : Encapsulate device info service in its own class.JF2020-04-231-0/+101