Skip to content

Commit c453243

Browse files
committed
fix: add Hash selective build option
1 parent a4feb6c commit c453243

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Kconfig.projbuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ 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+
344349
config ARDUINO_SELECTIVE_ArduinoOTA
345350
bool "Enable ArduinoOTA"
346351
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
@@ -383,6 +388,7 @@ config ARDUINO_SELECTIVE_WebServer
383388
depends on ARDUINO_SELECTIVE_COMPILATION && ARDUINO_SELECTIVE_Network
384389
default y
385390
select ARDUINO_SELECTIVE_FS
391+
select ARDUINO_SELECTIVE_Hash
386392

387393
config ARDUINO_SELECTIVE_WiFi
388394
bool "Enable WiFi"

0 commit comments

Comments
 (0)