Skip to content

Commit c9316e5

Browse files
committed
Change print to systemPrint
1 parent 3c495e4 commit c9316e5

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
@@ -2161,7 +2161,7 @@ int16_t RTK_WIFI::stationScanForAPs(WIFI_CHANNEL_t channel)
21612161
nullptr, // ssid *
21622162
nullptr); // bssid *
21632163
if (settings.debugWifiState && _verbose)
2164-
Serial.printf("apCount: %d\r\n", apCount);
2164+
systemPrintf("apCount: %d\r\n", apCount);
21652165
if (apCount < 0)
21662166
{
21672167
systemPrintf("ERROR: WiFi scan failed, status: %d!\r\n", apCount);

0 commit comments

Comments
 (0)