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 9f8a951 commit a13e053Copy full SHA for a13e053
Firmware/RTK_Surveyor/WiFi.ino
@@ -506,7 +506,7 @@ bool wifiConnect(unsigned long timeout)
506
esp_err_t response = esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G |
507
WIFI_PROTOCOL_11N); // Enable WiFi.
508
if (response != ESP_OK)
509
- systemPrintf("wifiConnect: Error setting WiFi + ESP-NOW protocols: %s\r\n", esp_err_to_name(response));
+ systemPrintf("wifiConnect: Error setting WiFi protocols: %s\r\n", esp_err_to_name(response));
510
}
511
512
0 commit comments