mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
resolve yet another Sterzo issue https://github.com/jonasbark/swiftcontrol/issues/111#issuecomment-3487265558
This commit is contained in:
1
.github/workflows/patch.yml
vendored
1
.github/workflows/patch.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ class EliteSterzo extends BluetoothDevice {
|
||||
);
|
||||
|
||||
// Subscribe to measurement notifications
|
||||
await UniversalBle.subscribeIndications(
|
||||
await UniversalBle.subscribeNotifications(
|
||||
device.deviceId,
|
||||
service.uuid,
|
||||
measurementChar.uuid,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user