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