Browse Source

use dev branch of AsyncTelegram lib

Thomas Buck 1 year ago
parent
commit
ae468b3bde
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini View File

@@ -23,7 +23,7 @@ lib_deps =
23 23
     https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git
24 24
     https://github.com/RobTillaart/PCF8574
25 25
     https://github.com/bblanchon/ArduinoJson
26
-    https://github.com/cotestatnt/AsyncTelegram2
26
+    https://github.com/cotestatnt/AsyncTelegram2.git#dev
27 27
     https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c
28 28
 
29 29
 [env:esp32_main]
@@ -40,7 +40,7 @@ lib_deps =
40 40
     https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git
41 41
     https://github.com/RobTillaart/PCF8574
42 42
     https://github.com/bblanchon/ArduinoJson
43
-    https://github.com/cotestatnt/AsyncTelegram2
43
+    https://github.com/cotestatnt/AsyncTelegram2.git#dev
44 44
     https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c
45 45
 
46 46
 [env:arduino_ui]

Loading…
Cancel
Save