We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d87b96 commit 96e916bCopy full SHA for 96e916b
Firmware/RTK_Everywhere/ESPNOW.ino
@@ -96,11 +96,9 @@ void espNowBeginPairing()
96
}
97
98
// Start ESP-NOW if necessary
99
+ // If no peers are on file, automatically add the broadcast MAC to the peer list
100
wifiEspNowOn(__FILE__, __LINE__);
101
- // To begin pairing, we must add the broadcast MAC to the peer list
102
- espNowAddPeer(espNowBroadcastAddr, false); // Encryption is not supported for multicast addresses
103
-
104
espNowSetState(ESPNOW_PAIRING);
105
106
0 commit comments