Comment unused variable

This commit is contained in:
luc lebosse 2016-06-28 13:26:49 +02:00
parent 790a6f07f4
commit 015dd91bc3

View File

@ -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;