File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,12 @@ config ARDUINO_SELECTIVE_HTTPClient
265265 select ARDUINO_SELECTIVE_WiFiClientSecure
266266 default y
267267
268+ config ARDUINO_SELECTIVE_LITTLEFS
269+ bool "Enable LITTLEFS"
270+ depends on ARDUINO_SELECTIVE_COMPILATION
271+ select ARDUINO_SELECTIVE_FS
272+ default y
273+
268274config ARDUINO_SELECTIVE_NetBIOS
269275 bool "Enable NetBIOS"
270276 depends on ARDUINO_SELECTIVE_COMPILATION
@@ -331,6 +337,12 @@ config ARDUINO_SELECTIVE_WiFiClientSecure
331337 select ARDUINO_SELECTIVE_WiFi
332338 default y
333339
340+ config ARDUINO_SELECTIVE_WiFiProv
341+ bool "Enable WiFiProv"
342+ depends on ARDUINO_SELECTIVE_COMPILATION
343+ select ARDUINO_SELECTIVE_WiFi
344+ default y
345+
334346config ARDUINO_SELECTIVE_Wire
335347 bool "Enable Wire"
336348 depends on ARDUINO_SELECTIVE_COMPILATION
You can’t perform that action at this time.
0 commit comments