Skip to content

Commit 8d87b96

Browse files
committed
Fix typo
1 parent 4249ace commit 8d87b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ bool wifiEspNowOn(const char *fileName, uint32_t lineNumber)
618618
{
619619
// Display the call
620620
if (settings.debugEspNow || settings.debugWifiState)
621-
systemPrintf("wifiEspNowOff called in %s at line %d\r\n", fileName, lineNumber);
621+
systemPrintf("wifiEspNowOn called in %s at line %d\r\n", fileName, lineNumber);
622622

623623
// Turn on ESP-NOW when it is enabled
624624
if (settings.enableEspNow && !wifiEspNowRunning)

0 commit comments

Comments
 (0)