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 642e5d8 commit db12e22Copy full SHA for db12e22
Firmware/RTK_Everywhere/ESPNOW.ino
@@ -730,7 +730,7 @@ void espNowUpdate()
730
espNowSendPairMessage(espNowReceivedMAC);
731
732
// Report success to the CLI
733
- commandSendStringOkResponse((char *)"SPEXE", (char *)"UPDATEPAIR", "SUCCESS");
+ commandSendStringOkResponse((char *)"SPEXE", (char *)"UPDATEPAIR", (char *)"SUCCESS");
734
735
// Record enableEspNow setting and espnowPeerCount to NVM
736
recordSystemSettings();
0 commit comments