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
341
341
depends on ARDUINO_SELECTIVE_COMPILATION
342
342
default y
343
343
344
+ config ARDUINO_SELECTIVE_Hash
345
+ bool "Enable Hash"
346
+ depends on ARDUINO_SELECTIVE_COMPILATION
347
+ default y
348
+
344
349
config ARDUINO_SELECTIVE_ArduinoOTA
345
350
bool "Enable ArduinoOTA"
346
351
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
352
+ select ARDUINO_SELECTIVE_Hash
347
353
select ARDUINO_SELECTIVE_ESPmDNS
348
354
default y
349
355
@@ -383,6 +389,7 @@ config ARDUINO_SELECTIVE_WebServer
383
389
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384
390
default y
385
391
select ARDUINO_SELECTIVE_FS
392
+ select ARDUINO_SELECTIVE_Hash
386
393
387
394
config ARDUINO_SELECTIVE_WiFi
388
395
bool "Enable WiFi"
You can’t perform that action at this time.
0 commit comments