We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4feb6c commit c453243Copy full SHA for c453243
Kconfig.projbuild
@@ -341,6 +341,11 @@ config ARDUINO_SELECTIVE_PPP
341
depends on ARDUINO_SELECTIVE_COMPILATION
342
default y
343
344
+config ARDUINO_SELECTIVE_Hash
345
+ bool "Enable Hash"
346
+ depends on ARDUINO_SELECTIVE_COMPILATION
347
+ default y
348
+
349
config ARDUINO_SELECTIVE_ArduinoOTA
350
bool "Enable ArduinoOTA"
351
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
@@ -383,6 +388,7 @@ config ARDUINO_SELECTIVE_WebServer
383
388
384
389
385
390
select ARDUINO_SELECTIVE_FS
391
+ select ARDUINO_SELECTIVE_Hash
386
392
387
393
config ARDUINO_SELECTIVE_WiFi
394
bool "Enable WiFi"
0 commit comments