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:
JF
2020-10-21 17:31:56 +02:00
parent ef5670c7e0
commit 440ae412b9
6 changed files with 30 additions and 41 deletions

View File

@@ -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 &notificationManager;
};
}
}