Increase max size of notification message to 100 char.
Fix bug in message handling that would ignore the last character of the notification.
This commit is contained in:
@@ -32,8 +32,8 @@ namespace Pinetime {
|
||||
struct ble_gatt_chr_def characteristicDefinition[2];
|
||||
struct ble_gatt_svc_def serviceDefinition[2];
|
||||
|
||||
Pinetime::System::SystemTask &m_systemTask;
|
||||
NotificationManager &m_notificationManager;
|
||||
Pinetime::System::SystemTask &systemTask;
|
||||
NotificationManager ¬ificationManager;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user