mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Исправил кнопку правильно!!!!
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#include "Global.h"
|
||||
|
||||
boolean but[NUM_BUTTONS];
|
||||
Bounce *buttons = new Bounce[NUM_BUTTONS];
|
||||
|
||||
Servo myServo1;
|
||||
Servo myServo2;
|
||||
|
||||
|
||||
@@ -21,8 +21,7 @@ AsyncWebServer server(80);
|
||||
|
||||
DallasTemperature sensors;
|
||||
|
||||
boolean but[NUM_BUTTONS];
|
||||
Bounce *buttons = new Bounce[NUM_BUTTONS];
|
||||
|
||||
|
||||
/*
|
||||
* Global vars
|
||||
|
||||
Reference in New Issue
Block a user