mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
telegram bot added (working version)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user