Remove incidental whitespace-only diff from protocol PR

This commit is contained in:
Specter242
2026-02-18 12:45:41 -05:00
parent dc193be8ed
commit 50ab46ed40
+1
View File
@@ -1845,6 +1845,7 @@ class MeshCoreConnector extends ChangeNotifier {
if (frame.length >= 81) {
_clientRepeat = frame[80] != 0;
}
// Firmware reports MAX_CONTACTS / 2 for v3+ device info.
final reportedContacts = frame[2];
final reportedChannels = frame[3];