mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
获取真实IP
This commit is contained in:
@@ -19,6 +19,14 @@ extern char* wifi_ret;
|
||||
|
||||
extern char wifi_status;
|
||||
|
||||
typedef struct {
|
||||
char ip[16];
|
||||
char gateway[16];
|
||||
char mask[16];
|
||||
} IpStatus;
|
||||
|
||||
extern IpStatus ip_status;
|
||||
|
||||
extern void WifiInit(void);
|
||||
extern void ApInit(void);
|
||||
extern void WifiConnect(char* wifi_ssid, char* wifi_key);
|
||||
|
||||
Reference in New Issue
Block a user