This commit is contained in:
Jonas Bark
2025-11-04 20:09:44 +01:00
parent 57961aec5d
commit 284d2ca70f
3 changed files with 3 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ jobs:
allowUpdates: true
artifacts: "build/macos/Build/Products/Release/SwiftControl.macos.zip"
bodyFile: scripts/RELEASE_NOTES.md
prerelease: true
tag: v${{ env.VERSION }}
token: ${{ secrets.TOKEN }}

View File

@@ -66,7 +66,7 @@ class EliteSterzo extends BluetoothDevice {
);
// Subscribe to measurement notifications
await UniversalBle.subscribeIndications(
await UniversalBle.subscribeNotifications(
device.deviceId,
service.uuid,
measurementChar.uuid,

View File

@@ -1,7 +1,7 @@
name: swift_control
description: "SwiftControl - Control your virtual riding"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.3.2+35
version: 3.3.2+36
environment:
sdk: ^3.9.0