diff options
| author | JF <jf@codingfield.com> | 2020-08-19 14:04:05 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-08-19 14:04:05 (GMT) |
| commit | 9906a708c9fcbc13f47bdba0cb8512799a2a3719 (patch) | |
| tree | 98ad9be1bc27a4ea1b9d5ce53837c20902da96c9 /src/Components/Ble/DeviceInformationService.h | |
| parent | 18686ac2cbf6b97dd0250234ce128bd9ad350d6e (diff) | |
| parent | 1e1bb1c6b7d7fdf6299c97bc11555b08f034f324 (diff) | |
Merge branch 'removeWarnings' of JF/PineTime into develop
Diffstat (limited to 'src/Components/Ble/DeviceInformationService.h')
| -rw-r--r-- | src/Components/Ble/DeviceInformationService.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Components/Ble/DeviceInformationService.h b/src/Components/Ble/DeviceInformationService.h index d768da8..7d7cea9 100644 --- a/src/Components/Ble/DeviceInformationService.h +++ b/src/Components/Ble/DeviceInformationService.h @@ -22,11 +22,11 @@ namespace Pinetime { static constexpr uint16_t fwRevisionId {0x2a26}; static constexpr uint16_t hwRevisionId {0x2a27}; - static constexpr char* manufacturerName = "Codingfield"; - static constexpr char* modelNumber = "1"; - static constexpr char* serialNumber = "9.8.7.6.5.4"; - static constexpr char* fwRevision = "0.7.0"; - static constexpr char* hwRevision = "1.0.0"; + static constexpr const char* manufacturerName = "Codingfield"; + static constexpr const char* modelNumber = "1"; + static constexpr const char* serialNumber = "9.8.7.6.5.4"; + static constexpr const char* fwRevision = "0.7.0"; + static constexpr const char* hwRevision = "1.0.0"; static constexpr ble_uuid16_t deviceInfoUuid { .u { .type = BLE_UUID_TYPE_16 }, |
