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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user