未验证 提交 9ab81837 编写于 作者: R Rotzbua 提交者: GitHub

[WiFi] Clarify arduino wifi debug output (#6907)

PSK can concern different ciphers. Make it clear that it belongs to WPA.
上级 bd83727c
......@@ -250,7 +250,7 @@ static const char * auth_mode_str(int authmode)
return ("WEP");
break;
case WIFI_AUTH_WPA_PSK:
return ("PSK");
return ("WPA_PSK");
break;
case WIFI_AUTH_WPA2_PSK:
return ("WPA2_PSK");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册