Browse Source

Update ESPAsyncTCP to 7e9ed22 (#1752, #1806)

Fix random resets when connection closes prematurely
master
Max Prokhorov 5 years ago
committed by GitHub
parent
commit
d09b3f156f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/platformio.ini

+ 1
- 1
code/platformio.ini View File

@ -87,7 +87,7 @@ lib_deps =
https://github.com/xoseperez/eeprom_rotate#0.9.2 https://github.com/xoseperez/eeprom_rotate#0.9.2
Embedis Embedis
https://github.com/plerup/espsoftwareserial#3.4.1 https://github.com/plerup/espsoftwareserial#3.4.1
https://github.com/me-no-dev/ESPAsyncTCP#55cd520
https://github.com/me-no-dev/ESPAsyncTCP#7e9ed22
https://github.com/me-no-dev/ESPAsyncWebServer#05306e4 https://github.com/me-no-dev/ESPAsyncWebServer#05306e4
https://bitbucket.org/xoseperez/fauxmoesp.git#3.1.0 https://bitbucket.org/xoseperez/fauxmoesp.git#3.1.0
https://github.com/xoseperez/hlw8012.git#1.1.0 https://github.com/xoseperez/hlw8012.git#1.1.0


Loading…
Cancel
Save