diff options
| author | JF <jf@codingfield.com> | 2020-06-08 21:51:34 +0200 |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-06-08 21:51:34 +0200 |
| commit | 47851fb3b476268d967738f09f9da812e0fc575f (patch) | |
| tree | b243cae75725ac388bf9bd944c1f8d4126bb22a8 /src/Components/Ble/NimbleController.h | |
| parent | 9115c49bba366698c79b3fc07a991bee1c0cd4ca (diff) | |
Display BLE MAC address in sysinfo Screen.
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
| -rw-r--r-- | src/Components/Ble/NimbleController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h index 7e680607..cf50d78d 100644 --- a/src/Components/Ble/NimbleController.h +++ b/src/Components/Ble/NimbleController.h @@ -50,7 +50,7 @@ namespace Pinetime { AlertNotificationClient alertNotificationClient; CurrentTimeService currentTimeService; - uint8_t addrType; + uint8_t addrType; // 1 = Random, 0 = PUBLIC uint16_t connectionHandle; ble_uuid128_t dfuServiceUuid { |
