File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,12 @@ config ARDUINO_SELECTIVE_HTTPClient
271
271
select ARDUINO_SELECTIVE_WiFiClientSecure
272
272
default y
273
273
274
+ config ARDUINO_SELECTIVE_LITTLEFS
275
+ bool "Enable LITTLEFS"
276
+ depends on ARDUINO_SELECTIVE_COMPILATION
277
+ select ARDUINO_SELECTIVE_FS
278
+ default y
279
+
274
280
config ARDUINO_SELECTIVE_NetBIOS
275
281
bool "Enable NetBIOS"
276
282
depends on ARDUINO_SELECTIVE_COMPILATION
@@ -337,6 +343,12 @@ config ARDUINO_SELECTIVE_WiFiClientSecure
337
343
select ARDUINO_SELECTIVE_WiFi
338
344
default y
339
345
346
+ config ARDUINO_SELECTIVE_WiFiProv
347
+ bool "Enable WiFiProv"
348
+ depends on ARDUINO_SELECTIVE_COMPILATION
349
+ select ARDUINO_SELECTIVE_WiFi
350
+ default y
351
+
340
352
config ARDUINO_SELECTIVE_Wire
341
353
bool "Enable Wire"
342
354
depends on ARDUINO_SELECTIVE_COMPILATION
You can’t perform that action at this time.
0 commit comments