Browse Source

Fix regression in including PaulStoffregen/Time which is not comaptible with ESPAsyncWebserver (#445)

i18n
Xose Pérez 6 years ago
parent
commit
28bf5c56f1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      code/platformio.ini

+ 2
- 1
code/platformio.ini View File

@ -11,13 +11,14 @@ 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#f37fbba
https://github.com/xoseperez/NtpClient.git#b35e249
OneWire
Brzo I2C
https://github.com/krosk93/espsoftwareserial#a770677


Loading…
Cancel
Save