Skip to content

Commit a13e053

Browse files
committed
Fix typo
1 parent 9f8a951 commit a13e053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/WiFi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ bool wifiConnect(unsigned long timeout)
506506
esp_err_t response = esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G |
507507
WIFI_PROTOCOL_11N); // Enable WiFi.
508508
if (response != ESP_OK)
509-
systemPrintf("wifiConnect: Error setting WiFi + ESP-NOW protocols: %s\r\n", esp_err_to_name(response));
509+
systemPrintf("wifiConnect: Error setting WiFi protocols: %s\r\n", esp_err_to_name(response));
510510
}
511511
}
512512

0 commit comments

Comments
 (0)