From 015dd91bc357f70844fa10b9a4417a11b98ffb19 Mon Sep 17 00:00:00 2001 From: luc lebosse Date: Tue, 28 Jun 2016 13:26:49 +0200 Subject: [PATCH] Comment unused variable --- esp3d/wifi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/wifi.cpp b/esp3d/wifi.cpp index 0ef3dcf1..6c8fb276 100644 --- a/esp3d/wifi.cpp +++ b/esp3d/wifi.cpp @@ -141,7 +141,7 @@ bool WIFI_CONFIG::Setup() char pwd[MAX_PASSWORD_LENGTH+1]; char sbuf[MAX_SSID_LENGTH+1]; char hostname [MAX_HOSTNAME_LENGTH+1]; - int wstatus; + //int wstatus; IPAddress currentIP; byte bflag=0; byte bmode=0;