File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ config ARDUINO_SELECTIVE_ArduinoOTA
330
330
bool "Enable ArduinoOTA"
331
331
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
332
332
select ARDUINO_SELECTIVE_ESPmDNS
333
+ select ARDUINO_SELECTIVE_Hash
333
334
default y
334
335
335
336
config ARDUINO_SELECTIVE_AsyncUDP
@@ -357,10 +358,16 @@ config ARDUINO_SELECTIVE_NetBIOS
357
358
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
358
359
default y
359
360
361
+ config ARDUINO_SELECTIVE_Hash
362
+ bool "Enable Hash"
363
+ depends on ARDUINO_SELECTIVE_COMPILATION
364
+ default y
365
+
360
366
config ARDUINO_SELECTIVE_WebServer
361
367
bool "Enable WebServer"
362
368
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
363
369
default y
370
+ select ARDUINO_SELECTIVE_Hash
364
371
select ARDUINO_SELECTIVE_FS
365
372
366
373
config ARDUINO_SELECTIVE_WiFi
You can’t perform that action at this time.
0 commit comments