From 693bcf9a58e2501edced3f9ca3caa3cbdcdb6bbd Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Sat, 4 Jul 2026 10:53:30 +0200 Subject: [PATCH] feat: add HeartRateProvider (bpm + HR zone) Add Sensor and UserProfile permissions to manifest.xml (required for Toybox.Sensor and Toybox.UserProfile API access; build fails without them). Co-Authored-By: Claude Opus 4.8 (1M context) --- manifest.xml | 5 +++- source/HeartRateProvider.mc | 46 +++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 source/HeartRateProvider.mc diff --git a/manifest.xml b/manifest.xml index b75ea23..57ce2aa 100644 --- a/manifest.xml +++ b/manifest.xml @@ -20,7 +20,10 @@ Use "Monkey C: Edit Permissions" from the Visual Studio Code command palette to update permissions. --> - + + + +