Skip to content

Commit db12e22

Browse files
committed
Remove warning
1 parent 642e5d8 commit db12e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/ESPNOW.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ void espNowUpdate()
730730
espNowSendPairMessage(espNowReceivedMAC);
731731

732732
// Report success to the CLI
733-
commandSendStringOkResponse((char *)"SPEXE", (char *)"UPDATEPAIR", "SUCCESS");
733+
commandSendStringOkResponse((char *)"SPEXE", (char *)"UPDATEPAIR", (char *)"SUCCESS");
734734

735735
// Record enableEspNow setting and espnowPeerCount to NVM
736736
recordSystemSettings();

0 commit comments

Comments
 (0)