forked from xuos/xiuos
1、repair the uart irq problem;2、add wifi esp07s test cmd and repair the socket connect problem
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user