Skip to content

Commit de45b3a

Browse files
lib/src/models/devices/open_earable_v2.dart: only support OpenEarables with version 2.1.6
1 parent 04185f7 commit de45b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/models/devices/open_earable_v2.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const String _audioModeCharacteristicUuid =
3535
const String _buttonServiceUuid = "29c10bdc-4773-11ee-be56-0242ac120002";
3636
const String _buttonCharacteristicUuid = "29c10f38-4773-11ee-be56-0242ac120002";
3737

38-
final VersionNumber _maxVersionSupported = VersionNumber.parse("2.1.5");
39-
final VersionNumber _minVersionSupported = VersionNumber.parse("2.0.0");
38+
final VersionNumber _maxVersionSupported = VersionNumber.parse("2.1.6");
39+
final VersionNumber _minVersionSupported = VersionNumber.parse("2.1.6");
4040

4141
// MARK: OpenEarableV2
4242

0 commit comments

Comments
 (0)