From 26b84b12815e2a5f55a5d3621fac3510c41c839a Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 9 Nov 2019 15:18:39 +0100 Subject: [PATCH] text change --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index a851b9b71..b89693979 100644 --- a/platformio.ini +++ b/platformio.ini @@ -23,12 +23,12 @@ platform = espressif8266 lib_deps = https://github.com/rlogiacco/CircularBuffer https://github.com/PaulStoffregen/OneWire - https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144 + https://github.com/me-no-dev/ESPAsyncWebServer https://github.com/bakercp/CRC32 JustWifi@2.0.2 AsyncMqttClient@0.8.2 EEPROM_Rotate@0.9.2 - ArduinoJson@6.12.0 + ArduinoJson@6.13.0 ESPAsyncUDP ESPAsyncTCP@1.2.2 upload_speed = 921600 @@ -38,7 +38,7 @@ monitor_speed = 115200 ;upload_port = /dev/cu.wchusbserial14403 ;upload_port = /dev/cu.usbserial-1440 -; comment out these next 2 lines if using OTA +; comment out these next 2 lines if not using OTA and going direct via USB upload_protocol = espota upload_port = ems-esp.local