Skip to content

Commit 3ca4f72

Browse files
committed
Expand halt message
1 parent bd87da5 commit 3ca4f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firmware/RTK_Everywhere/WiFi.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3135,7 +3135,8 @@ void RTK_WIFI::verifyTables()
31353135
// Verify the authorization name table
31363136
if (WIFI_AUTH_MAX != wifiAuthorizationNameEntries)
31373137
{
3138-
systemPrintf("ERROR: Fix wifiAuthorizationName list to match wifi_auth_mode_t in esp_wifi_types.h!\r\n");
3138+
//https://github.com/espressif/esp-idf/blob/master/components/esp_wifi/include/esp_wifi_types_generic.h#L86
3139+
systemPrintf("ERROR: Fix wifiAuthorizationName list (%d) to match wifi_auth_mode_t (%d) in esp_wifi_types.h!\r\n", wifiAuthorizationNameEntries, WIFI_AUTH_MAX);
31393140
reportFatalError("Fix wifiAuthorizationName list to match wifi_auth_mode_t in esp_wifi_types.h!");
31403141
}
31413142

0 commit comments

Comments
 (0)