format
This commit is contained in:
parent
d62402cb3f
commit
c02b505998
|
@ -426,7 +426,8 @@ void SystemTask::Work() {
|
||||||
break;
|
break;
|
||||||
case Messages::LowBattery: {
|
case Messages::LowBattery: {
|
||||||
Pinetime::Controllers::NotificationManager::Notification notif;
|
Pinetime::Controllers::NotificationManager::Notification notif;
|
||||||
std::array<char, Pinetime::Controllers::NotificationManager::MessageSize + 1> message {"Low Battery\0Charge your watch to prevent data loss.\0"};
|
std::array<char, Pinetime::Controllers::NotificationManager::MessageSize + 1> message {
|
||||||
|
"Low Battery\0Charge your watch to prevent data loss.\0"};
|
||||||
notif.message = message;
|
notif.message = message;
|
||||||
notif.size = 53;
|
notif.size = 53;
|
||||||
notif.category = Pinetime::Controllers::NotificationManager::Categories::SimpleAlert;
|
notif.category = Pinetime::Controllers::NotificationManager::Categories::SimpleAlert;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user