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 4249ace commit 8d87b96Copy full SHA for 8d87b96
Firmware/RTK_Everywhere/WiFi.ino
@@ -618,7 +618,7 @@ bool wifiEspNowOn(const char *fileName, uint32_t lineNumber)
618
{
619
// Display the call
620
if (settings.debugEspNow || settings.debugWifiState)
621
- systemPrintf("wifiEspNowOff called in %s at line %d\r\n", fileName, lineNumber);
+ systemPrintf("wifiEspNowOn called in %s at line %d\r\n", fileName, lineNumber);
622
623
// Turn on ESP-NOW when it is enabled
624
if (settings.enableEspNow && !wifiEspNowRunning)
0 commit comments