mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 08:20:36 +00:00
fix: update meshcore client ref
ref:
This commit is contained in:
@@ -1043,8 +1043,6 @@ class ConnectionProvider with ChangeNotifier {
|
||||
}) async {
|
||||
final maxChannels = _deviceInfo.maxChannels ?? 40;
|
||||
|
||||
await syncChannels(maxChannels: maxChannels);
|
||||
|
||||
if (getChannelInfo != null) {
|
||||
for (int i = 1; i < maxChannels; i++) {
|
||||
final channel = getChannelInfo!(i);
|
||||
@@ -1104,8 +1102,6 @@ class ConnectionProvider with ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
await syncChannels(maxChannels: maxChannels);
|
||||
|
||||
debugPrint('✅ [Provider] Channel created successfully in slot $slotIdx');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user