mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Merge pull request #21 from DmitryBorisenko33/platformio
Исправил кнопку правильно!
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "Errors.h"
|
||||
#include "GyverFilters.h"
|
||||
#include "UptimeInterval.h"
|
||||
|
||||
#include "Utils\FileUtils.h"
|
||||
#include "Utils\JsonUtils.h"
|
||||
#include "Utils\StringUtils.h"
|
||||
|
||||
@@ -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