forked from Krautspace/doorstatus
Remove unused variable
This commit is contained in:
parent
8b2362e3a3
commit
28de70e732
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ with the Clean CommonMark library. If not, see <https://www.gnu.org/licenses/>.
|
||||||
uint8_t OPEN = 1;
|
uint8_t OPEN = 1;
|
||||||
uint8_t CLOSED = 0;
|
uint8_t CLOSED = 0;
|
||||||
|
|
||||||
int wifi_status = WL_IDLE_STATUS;
|
|
||||||
|
|
||||||
WiFiUDP Udp;
|
WiFiUDP Udp;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|
Loading…
Reference in a new issue