fix: update meshcore client ref

ref:
This commit is contained in:
Janez T
2026-03-13 19:56:50 +01:00
parent 9d8594fe05
commit 13a729492f
4 changed files with 20 additions and 7 deletions

View File

@@ -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');
}