Skip to content

Commit

Permalink
🚑 Fixes wrongly placed declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
donatmarko committed Jan 17, 2019
1 parent 24776d6 commit 4af91f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ MFRC522 mfrc522 = MFRC522();
PN532 pn532;
WIEGAND wg;
RFID_Reader RFIDr;
Bounce button;

int rfidss;
int readerType;
Expand Down Expand Up @@ -87,6 +86,7 @@ NtpClient NTP;
AsyncMqttClient mqttClient;
Ticker mqttReconnectTimer;
WiFiEventHandler wifiDisconnectHandler, wifiConnectHandler;
Bounce button;

AsyncWebServer server(80);
AsyncWebSocket ws("/ws");
Expand Down

0 comments on commit 4af91f4

Please sign in to comment.