fixed the bug of wifi test on nuttx and remove warning

This commit is contained in:
wlyu
2022-09-28 19:45:32 +08:00
parent 48250b7285
commit ecba6148cb
5 changed files with 33 additions and 30 deletions
@@ -31,8 +31,8 @@
struct WifiParam
{
uint8_t wifi_ssid[128];
uint8_t wifi_pwd[128];
char wifi_ssid[128];
char wifi_pwd[128];
};