Исправил баг физической кнопки (проверил работает)

This commit is contained in:
Dmitry Borisenko
2020-06-21 16:47:50 +02:00
parent f2aabd0349
commit b53660d4bf
3 changed files with 7 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ AsyncWebServer server(80);
DallasTemperature sensors;
boolean but[NUM_BUTTONS];
Bounce *buttons = new Bounce[NUM_BUTTONS];
/*
* Global vars
*/