just comment

This commit is contained in:
2021-12-12 19:11:03 +03:00
parent 620e954716
commit 149cb3b5b6
16 changed files with 432 additions and 64 deletions

View File

@@ -14,6 +14,7 @@
#include <leds.h>
#include <Ticker.h>
#include <AsyncMqttClient.h>
#include <ESPAsyncWebServer.h>
#define DEBUG
#define WIFI_SSID "wf-home"

View File

@@ -20,3 +20,5 @@ lib_deps =
mathertel/RotaryEncoder @ ^1.3.0
robtillaart/PCF8574 @ ^0.2.1
robtillaart/I2C_EEPROM @ ^1.3.0
ottowinter/ESPAsyncWebServer-esphome @ ^1.3.0
ayushsharma82/WebSerial @ ^1.2.0