From 72a77b7058b46d875a7b17903f3e88fb3f640e5d Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Wed, 29 Nov 2017 03:17:17 +0000 Subject: [PATCH 1/4] fix async webserver lib name and bump version https://github.com/me-no-dev/ESPAsyncWebServer/commit/6edc4310348a54d14c44d2889dcf42e7ef2c0100 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 063f186..789a945 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,7 +31,7 @@ env_default = openevse [common] version = -DBUILD_TAG=2.5.2 -lib_deps = PubSubClient@2.6, ESPAsyncWebServer@1.1.0, ESPAsyncTCP +lib_deps = PubSubClient@2.6, ESP Async WebServer@1.1.1, ESPAsyncTCP extra_scripts = scripts/extra_script.py debug_flags = -DENABLE_DEBUG -DENABLE_PROFILE -DDEBUG_PORT=Serial1 ota_flags = -DENABLE_OTA -DWIFI_LED=0 From 95700e2750430f2fb60607d9d29f684852e7efb8 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Wed, 29 Nov 2017 03:24:49 +0000 Subject: [PATCH 2/4] freeze version for ESPAsyncTCP --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 789a945..25a0197 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,7 +31,7 @@ env_default = openevse [common] version = -DBUILD_TAG=2.5.2 -lib_deps = PubSubClient@2.6, ESP Async WebServer@1.1.1, ESPAsyncTCP +lib_deps = PubSubClient@2.6, ESP Async WebServer@1.1.1, ESPAsyncTCP@1.1.3 extra_scripts = scripts/extra_script.py debug_flags = -DENABLE_DEBUG -DENABLE_PROFILE -DDEBUG_PORT=Serial1 ota_flags = -DENABLE_OTA -DWIFI_LED=0 From 9b2ee48c4edf317a39d8b7f0da72898c8059c152 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Wed, 29 Nov 2017 03:27:26 +0000 Subject: [PATCH 3/4] add pio docs URL --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 25a0197..a511b74 100644 --- a/platformio.ini +++ b/platformio.ini @@ -37,6 +37,7 @@ debug_flags = -DENABLE_DEBUG -DENABLE_PROFILE -DDEBUG_PORT=Serial1 ota_flags = -DENABLE_OTA -DWIFI_LED=0 # specify exact Arduino ESP SDK version, requires platformio 3.5+ (curently dev version) +# http://docs.platformio.org/en/latest/projectconf/section_env_general.html#platform platform = https://github.com/platformio/platform-espressif8266.git#feature/2.4.0-rc2 [env:openevse] From da8751decfde30ffc3c6d4e00e1d6c80ade7b7d2 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Wed, 29 Nov 2017 03:31:52 +0000 Subject: [PATCH 4/4] not required to list ESP async TCP as installed as dep to async webserver --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index a511b74..341eb0e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,7 +31,7 @@ env_default = openevse [common] version = -DBUILD_TAG=2.5.2 -lib_deps = PubSubClient@2.6, ESP Async WebServer@1.1.1, ESPAsyncTCP@1.1.3 +lib_deps = PubSubClient@2.6, ESP Async WebServer@1.1.1 extra_scripts = scripts/extra_script.py debug_flags = -DENABLE_DEBUG -DENABLE_PROFILE -DDEBUG_PORT=Serial1 ota_flags = -DENABLE_OTA -DWIFI_LED=0