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 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;