mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
ESP compilation fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user