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) <noreply@anthropic.com>
This commit is contained in:
2026-07-04 10:53:30 +02:00
parent faf9eafe45
commit 693bcf9a58
2 changed files with 50 additions and 1 deletions

View File

@@ -20,7 +20,10 @@
Use "Monkey C: Edit Permissions" from the Visual Studio Code command
palette to update permissions.
-->
<iq:permissions/>
<iq:permissions>
<iq:uses-permission id="Sensor"/>
<iq:uses-permission id="UserProfile"/>
</iq:permissions>
<!--
Use "Monkey C: Edit Languages" from the Visual Studio Code command
palette to edit your compatible language list.