mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-04 06:52:59 +10:00
Remove incidental whitespace-only diff from protocol PR
This commit is contained in:
@@ -1845,6 +1845,7 @@ class MeshCoreConnector extends ChangeNotifier {
|
|||||||
if (frame.length >= 81) {
|
if (frame.length >= 81) {
|
||||||
_clientRepeat = frame[80] != 0;
|
_clientRepeat = frame[80] != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firmware reports MAX_CONTACTS / 2 for v3+ device info.
|
// Firmware reports MAX_CONTACTS / 2 for v3+ device info.
|
||||||
final reportedContacts = frame[2];
|
final reportedContacts = frame[2];
|
||||||
final reportedChannels = frame[3];
|
final reportedChannels = frame[3];
|
||||||
|
|||||||
Reference in New Issue
Block a user