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 @@ -345,6 +345,7 @@ config ARDUINO_SELECTIVE_ArduinoOTA
345345 bool "Enable ArduinoOTA"
346346 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
347347 select ARDUINO_SELECTIVE_ESPmDNS
348+ select ARDUINO_SELECTIVE_Hash
348349 default y
349350
350351config ARDUINO_SELECTIVE_AsyncUDP
@@ -378,10 +379,16 @@ config ARDUINO_SELECTIVE_NetBIOS
378379 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
379380 default y
380381
382+ config ARDUINO_SELECTIVE_Hash
383+ bool "Enable Hash"
384+ depends on ARDUINO_SELECTIVE_COMPILATION
385+ default y
386+
381387config ARDUINO_SELECTIVE_WebServer
382388 bool "Enable WebServer"
383389 depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384390 default y
391+ select ARDUINO_SELECTIVE_HASH
385392 select ARDUINO_SELECTIVE_FS
386393
387394config ARDUINO_SELECTIVE_WiFi
You can’t perform that action at this time.
0 commit comments