mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
немного изменил
This commit is contained in:
@@ -61,25 +61,25 @@
|
||||
//#define SSDP_ENABLED
|
||||
|
||||
#ifdef ESP_MODE
|
||||
#define EnableButtonIn
|
||||
#define EnableButtonOut
|
||||
#define EnableCountDown
|
||||
#define EnableImpulsOut
|
||||
#define EnableInput
|
||||
#define EnableLogging
|
||||
#define EnableOutput
|
||||
#define EnablePwmOut
|
||||
#define EnableSensorAnalog
|
||||
#define EnableSensorBme280
|
||||
#define EnableSensorBmp280
|
||||
#define EnableSensorCcs811
|
||||
#define EnableSensorDallas
|
||||
#define EnableSensorDht
|
||||
#define EnableSensorPzem
|
||||
#define EnableSensorUltrasonic
|
||||
#define EnableSensorUptime
|
||||
#define EnableTelegram
|
||||
#define EnableUart
|
||||
//#define EnableButtonIn
|
||||
//#define EnableButtonOut
|
||||
//#define EnableCountDown
|
||||
//#define EnableImpulsOut
|
||||
//#define EnableInput
|
||||
//#define EnableLogging
|
||||
//#define EnableOutput
|
||||
//#define EnablePwmOut
|
||||
//#define EnableSensorAnalog
|
||||
//#define EnableSensorBme280
|
||||
//#define EnableSensorBmp280
|
||||
//#define EnableSensorCcs811
|
||||
//#define EnableSensorDallas
|
||||
//#define EnableSensorDht
|
||||
//#define EnableSensorPzem
|
||||
//#define EnableSensorUltrasonic
|
||||
//#define EnableSensorUptime
|
||||
//#define EnableTelegram
|
||||
//#define EnableUart
|
||||
#endif
|
||||
|
||||
#ifdef GATE_MODE
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
//===================Libraries===================================================================================================================================================
|
||||
#include <Arduino.h>
|
||||
#include "CTBot.h"
|
||||
#include <ArduinoJson.h>
|
||||
#include <ArduinoOTA.h>
|
||||
#include <PubSubClient.h>
|
||||
@@ -9,7 +10,7 @@
|
||||
#include <Wire.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "CTBot.h"
|
||||
|
||||
#include "Clock.h"
|
||||
#include "Consts.h"
|
||||
#include "ESP32.h"
|
||||
|
||||
Reference in New Issue
Block a user