From 97fa830af05ffed938f44db46c97eb24b16e80f0 Mon Sep 17 00:00:00 2001 From: VoxVargr <65240716+voxvargr@users.noreply.github.com> Date: Sun, 15 Feb 2026 07:41:54 -0600 Subject: [PATCH 1/2] Update NotificationManager.h --- src/components/ble/NotificationManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ble/NotificationManager.h b/src/components/ble/NotificationManager.h index 57a9c715d2..bad9777440 100644 --- a/src/components/ble/NotificationManager.h +++ b/src/components/ble/NotificationManager.h @@ -22,7 +22,7 @@ namespace Pinetime { HighProriotyAlert, InstantMessage }; - static constexpr uint8_t MessageSize {100}; + static constexpr uint8_t MessageSize {150}; struct Notification { using Id = uint8_t; From 0897fa1df4de407fccaf8b923b2c91cc5e91bfc1 Mon Sep 17 00:00:00 2001 From: VoxVargr <65240716+voxvargr@users.noreply.github.com> Date: Sun, 15 Feb 2026 07:49:12 -0600 Subject: [PATCH 2/2] Create ci --- .github/workflows/ci | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/ci diff --git a/.github/workflows/ci b/.github/workflows/ci new file mode 100644 index 0000000000..28ab08c323 --- /dev/null +++ b/.github/workflows/ci @@ -0,0 +1,6 @@ +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + workflow_dispatch: # <--- Add this line