mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
记住状态
This commit is contained in:
@@ -13,7 +13,7 @@ enum
|
||||
WIFI_STATE_CONNECTED,
|
||||
};
|
||||
|
||||
#define ELAND_AP_SSID "TC1-AP-MAC"
|
||||
#define ELAND_AP_SSID "TC1-AP"
|
||||
#define ELAND_AP_KEY "12345678"
|
||||
#define ELAND_AP_LOCAL_IP "192.168.0.1"
|
||||
#define ELAND_AP_DNS_SERVER "192.168.0.1"
|
||||
@@ -26,6 +26,7 @@ extern char* wifi_ret;
|
||||
extern char wifi_status;
|
||||
|
||||
typedef struct {
|
||||
int mode; //0:AP, 1:Station
|
||||
char ip[16];
|
||||
char gateway[16];
|
||||
char mask[16];
|
||||
|
||||
Reference in New Issue
Block a user