telegram bot added (working version)

This commit is contained in:
Dmitry Borisenko
2020-11-04 23:48:21 +03:00
parent aec1d50732
commit 2cad740fc6
32 changed files with 294 additions and 173 deletions

View File

@@ -1,6 +1,6 @@
[platformio]
default_envs = esp32
default_envs = esp8266
;=============================================================================================================================================
[common_env_data]
lib_deps_external =
@@ -26,6 +26,7 @@ lib_deps =
AsyncTCP
madhephaestus/ESP32Servo
luc-github/ESP32SSDP
CTBot
monitor_filters = esp32_exception_decoder
upload_speed = 921600
monitor_speed = 115200
@@ -43,6 +44,7 @@ lib_deps =
ESPAsyncTCP
ESPAsyncUDP
EspSoftwareSerial
CTBot
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200
@@ -58,6 +60,7 @@ lib_deps =
ESPAsyncTCP
ESPAsyncUDP
EspSoftwareSerial
CTBot
monitor_filters = esp8266_exception_decoder
upload_speed = 921600
monitor_speed = 115200