Skip to content

Commit 2a34e26

Browse files
committed
changed asynctcp version
1 parent 82337f0 commit 2a34e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
[env:esp32dev]
1212
platform = espressif32@^6.6.0
1313
platform_packages =
14-
framework-arduinoespressif32@^3.20015.0
14+
framework-arduinoespressif32@^3.20015.0
1515
board = esp32dev
1616
board_build.partitions = min_spiffs.csv
1717
framework = arduino
1818
build_type = release
1919
lib_deps =
20-
AsyncTCP@^1.1.1
20+
esphome/AsyncTCP-esphome@^2.1.0
2121
knolleary/PubSubClient@^2.8
2222
build_unflags =
2323
-std=gnu++11

0 commit comments

Comments
 (0)