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 @@ -341,9 +341,15 @@ config ARDUINO_SELECTIVE_PPP
341341 depends on ARDUINO_SELECTIVE_COMPILATION
342342 default y
343343
344+ config ARDUINO_SELECTIVE_Hash
345+ bool "Enable Hash"
346+ depends on ARDUINO_SELECTIVE_COMPILATION
347+ default y
348+
344349config ARDUINO_SELECTIVE_ArduinoOTA
345350 bool "Enable ArduinoOTA"
346351 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
352+ select ARDUINO_SELECTIVE_Hash
347353 select ARDUINO_SELECTIVE_ESPmDNS
348354 default y
349355
@@ -383,6 +389,7 @@ config ARDUINO_SELECTIVE_WebServer
383389 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384390 default y
385391 select ARDUINO_SELECTIVE_FS
392+ select ARDUINO_SELECTIVE_Hash
386393
387394config ARDUINO_SELECTIVE_WiFi
388395 bool "Enable WiFi"
You can’t perform that action at this time.
0 commit comments