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 0ac2b37 commit 23d75fcCopy full SHA for 23d75fc
Firmware/RTK_Surveyor/ESPNOW.ino
@@ -223,6 +223,9 @@ bool espnowIsPaired()
223
memcpy(settings.espnowPeers[settings.espnowPeerCount], receivedMAC, 6);
224
settings.espnowPeerCount++;
225
settings.espnowPeerCount %= ESPNOW_MAX_PEERS;
226
+
227
+ //Enable radio. User may have arrived here from the setup menu rather than serial menu.
228
+ settings.radioType = RADIO_ESPNOW;
229
}
230
231
//Send message directly to the received MAC (not unicast), then exit
0 commit comments