10000 Fixed building from eclipse · flexibity-team/arduino-esp32@778554d · GitHub
[go: up one dir, main page]

Skip to content

Commit 778554d

Browse files
committed
Fixed building from eclipse
1 parent 9e55b62 commit 778554d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Kconfig.projbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,13 @@ config ARDUINO_SELECTIVE_HTTPClient
250250
select ARDUINO_SELECTIVE_WiFiClientSecure
251251
default y
252252

253+
config ARDUINO_SELECTIVE_HTTPUpdate
254+
bool "Enable HTTPUpdate"
255+
depends on ARDUINO_SELECTIVE_COMPILATION
256+
select ARDUINO_SELECTIVE_WiFi
257+
select ARDUINO_SELECTIVE_WiFiClientSecure
258+
default y
259+
253260
config ARDUINO_SELECTIVE_NetBIOS
254261
bool "Enable NetBIOS"
255262
depends on ARDUINO_SELECTIVE_COMPILATION

0 commit comments

Comments
 (0)
0