Merge pull request #21 from DmitryBorisenko33/platformio

Исправил кнопку правильно!
This commit is contained in:
Dmitry Borisenko
2020-06-21 17:53:01 +02:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -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"

View File

@@ -1,5 +1,8 @@
#include "Global.h"
boolean but[NUM_BUTTONS];
Bounce *buttons = new Bounce[NUM_BUTTONS];
Servo myServo1;
Servo myServo2;

View File

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