We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc193be commit 50ab46eCopy full SHA for 50ab46e
lib/connector/meshcore_connector.dart
@@ -1845,6 +1845,7 @@ class MeshCoreConnector extends ChangeNotifier {
1845
if (frame.length >= 81) {
1846
_clientRepeat = frame[80] != 0;
1847
}
1848
+
1849
// Firmware reports MAX_CONTACTS / 2 for v3+ device info.
1850
final reportedContacts = frame[2];
1851
final reportedChannels = frame[3];
0 commit comments