aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/DeviceInformationService.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Components/ to components/Avamander2020-10-021-76/+0
|
* Fix firmware version reported by Device Information Service on BLE. It was ↵JF2020-09-021-5/+14
| | | | | | 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.
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-5/+5
|
* Set version to 0.7.0JF2020-07-111-1/+1
|
* NimbleController : Encapsulate device info service in its own class.JF2020-04-231-0/+67