From 1150c197e2f23c640210ffddb75288ad90f3966e Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 4 Dec 2019 23:30:35 +0100 Subject: [PATCH] add uuid-* libs - https://github.com/proddy/EMS-ESP/issues/251 --- platformio.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index da681e846..636663a2f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -45,13 +45,16 @@ lib_deps = https://github.com/PaulStoffregen/OneWire https://github.com/me-no-dev/ESPAsyncWebServer https://github.com/bakercp/CRC32 - https://github.com/nomis/mcu-uuid-syslog + https://github.com/me-no-dev/ESPAsyncUDP JustWifi@2.0.2 ; https://github.com/xoseperez/justwifi AsyncMqttClient@0.8.2 ; https://github.com/marvinroger/async-mqtt-client EEPROM_Rotate@0.9.2 ; https://github.com/xoseperez/eeprom_rotate ArduinoJson@6.13.0 ; https://github.com/bblanchon/ArduinoJson - ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP - https://github.com/me-no-dev/ESPAsyncUDP + ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP + uuid-common@^1.1.0 + uuid-log@^2.1.1 + uuid-syslog@^2.0.4 ; https://github.com/nomis/mcu-uuid-syslog + upload_speed = 921600 monitor_speed = 115200