From 5655a5f82075fe581e0cdc0f46cae40648334ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 28 Jan 2018 17:19:07 +0100 Subject: [PATCH] Order library dependencies alphabetically --- code/platformio.ini | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/code/platformio.ini b/code/platformio.ini index 5a1be655..f63dd446 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -11,27 +11,27 @@ debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP build_flags_512k = ${common.build_flags} -Wl,-Tesp8266.flash.512k0.ld build_flags_1m = ${common.build_flags} -Wl,-Tesp8266.flash.1m0.ld lib_deps = - https://github.com/xoseperez/Time ArduinoJson - https://github.com/me-no-dev/ESPAsyncTCP#a57560d - https://github.com/me-no-dev/ESPAsyncWebServer#313f337 https://github.com/marvinroger/async-mqtt-client#v0.8.1 - PubSubClient - Embedis - https://github.com/xoseperez/NtpClient.git#b35e249 - OneWire Brzo I2C + https://bitbucket.org/xoseperez/debounceevent.git#2.0.1 + Embedis https://github.com/krosk93/espsoftwareserial#a770677 - PMS Library - https://github.com/madpilot/mDNSResolver#4cfcda1 - https://bitbucket.org/xoseperez/justwifi.git#1.1.6 - https://bitbucket.org/xoseperez/hlw8012.git#1.1.0 + https://github.com/me-no-dev/ESPAsyncTCP#a57560d + https://github.com/me-no-dev/ESPAsyncWebServer#313f337 https://bitbucket.org/xoseperez/fauxmoesp.git#2.4.2 - https://bitbucket.org/xoseperez/nofuss.git#0.2.5 - https://bitbucket.org/xoseperez/debounceevent.git#2.0.1 + https://bitbucket.org/xoseperez/hlw8012.git#1.1.0 + https://github.com/markszabo/IRremoteESP8266#v2.2.0 + https://bitbucket.org/xoseperez/justwifi.git#1.1.6 + https://github.com/madpilot/mDNSResolver#4cfcda1 https://github.com/xoseperez/my92xx#3.0.0 + https://bitbucket.org/xoseperez/nofuss.git#0.2.5 + https://github.com/xoseperez/NtpClient.git#b35e249 + OneWire + PMS Library + PubSubClient https://github.com/xoseperez/RemoteSwitch-arduino-library.git - https://github.com/markszabo/IRremoteESP8266#v2.2.0 + https://github.com/xoseperez/Time lib_ignore = extra_scripts = extra_scripts.py