немного изменил

This commit is contained in:
Dmitry Borisenko
2021-12-20 00:17:55 +01:00
parent d6e396bd7c
commit 6868e94971
2 changed files with 21 additions and 20 deletions

View File

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