mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-06-30 18:35:11 +08:00
Comment unused variable
This commit is contained in:
parent
790a6f07f4
commit
015dd91bc3
@ -141,7 +141,7 @@ bool WIFI_CONFIG::Setup()
|
|||||||
char pwd[MAX_PASSWORD_LENGTH+1];
|
char pwd[MAX_PASSWORD_LENGTH+1];
|
||||||
char sbuf[MAX_SSID_LENGTH+1];
|
char sbuf[MAX_SSID_LENGTH+1];
|
||||||
char hostname [MAX_HOSTNAME_LENGTH+1];
|
char hostname [MAX_HOSTNAME_LENGTH+1];
|
||||||
int wstatus;
|
//int wstatus;
|
||||||
IPAddress currentIP;
|
IPAddress currentIP;
|
||||||
byte bflag=0;
|
byte bflag=0;
|
||||||
byte bmode=0;
|
byte bmode=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user