Remove unused variable

This commit is contained in:
Philipp Matthias Schaefer 2020-11-26 09:20:24 +01:00
parent 8b2362e3a3
commit 28de70e732

View file

@ -28,8 +28,6 @@ with the Clean CommonMark library. If not, see <https://www.gnu.org/licenses/>.
uint8_t OPEN = 1;
uint8_t CLOSED = 0;
int wifi_status = WL_IDLE_STATUS;
WiFiUDP Udp;
void setup() {