ESP compilation fixed

This commit is contained in:
2019-04-30 15:12:41 +03:00
parent 7cb0492a30
commit bd47e11a47
3 changed files with 21 additions and 12 deletions

View File

@@ -16,9 +16,9 @@ env_default =
; megaatmega2560-net
; due
; esp8266
; esp32
; esp32
; megaatmega2560-5500
due-5500
; due-5500
; controllino
; stm32
; nrf52840
@@ -93,18 +93,15 @@ lib_ignore =
Ethernet
Ethernet2
Ethernet3
HTTPClient
httpClient
EEPROM
Artnet
HTTPClient
UIPEthernet
ESP_EEPROM
EEPROM
HttpClient_ID66
HttpClient
lib_deps =
https://github.com/ebenolson/WIFIMANAGER-ESP32.git
https://github.com/zhouhan0126/WebServer-esp32.git
ArduinoHttpClient
https://github.com/anklimov/aJson
https://github.com/anklimov/CmdArduino
https://github.com/knolleary/pubsubclient.git
@@ -214,6 +211,8 @@ lib_ignore =
SdFat
httpClient
HTTPClient
HttpClient_ID66
HttpClient
ArduinoHttpClient
Ethernet3
Ethernet2