Skip to content

Commit

Permalink
added todo to remove port based device manager later
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Mar 13, 2024
1 parent b0a0558 commit cda34d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/services/mgw_device_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class MgwDeviceManager {
await _setupDeviceManager(host);
Response<dynamic> devicesFromMgw;
_logger.d("Load devices from new device manager: " + useNewDeviceManager.toString());
// TODO remove this part when port based device manager are not used anymore in the future
if(useNewDeviceManager) {
devicesFromMgw = await DeviceManagerNew(host).getDevices();
} else {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.288+288
version: 0.0.289+289

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit cda34d1

Please sign in to comment.