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 @@ -265,6 +265,12 @@ config ARDUINO_SELECTIVE_HTTPClient
265
265
select ARDUINO_SELECTIVE_WiFiClientSecure
266
266
default y
267
267
268
+ config ARDUINO_SELECTIVE_LITTLEFS
269
+ bool "Enable LITTLEFS"
270
+ depends on ARDUINO_SELECTIVE_COMPILATION
271
+ select ARDUINO_SELECTIVE_FS
272
+ default y
273
+
268
274
config ARDUINO_SELECTIVE_NetBIOS
269
275
bool "Enable NetBIOS"
270
276
depends on ARDUINO_SELECTIVE_COMPILATION
@@ -331,6 +337,12 @@ config ARDUINO_SELECTIVE_WiFiClientSecure
331
337
select ARDUINO_SELECTIVE_WiFi
332
338
default y
333
339
340
+ config ARDUINO_SELECTIVE_WiFiProv
341
+ bool "Enable WiFiProv"
342
+ depends on ARDUINO_SELECTIVE_COMPILATION
343
+ select ARDUINO_SELECTIVE_WiFi
344
+ default y
345
+
334
346
config ARDUINO_SELECTIVE_Wire
335
347
bool "Enable Wire"
336
348
depends on ARDUINO_SELECTIVE_COMPILATION
You can’t perform that action at this time.
0 commit comments