1、repair the uart irq problem;2、add wifi esp07s test cmd and repair the socket connect problem

This commit is contained in:
Wang_Weigen
2022-04-21 16:44:28 +08:00
parent 31c536ef88
commit 85ff8877d4
5 changed files with 194 additions and 31 deletions
@@ -6,5 +6,14 @@
#define CONFIG_WIFI_BAUDRATE (2)
#define SOCKET_PROTOCOL_TCP (6)
#define SOCKET_PROTOCOL_UDP (17)
struct WifiParam
{
uint8_t wifi_ssid[128];
uint8_t wifi_pwd[128];
};
#endif