Make a selective menuconfig option for FFat (#2966)
This commit is contained in:
parent
1aced120ba
commit
5bf3aab527
@ -232,6 +232,12 @@ config ARDUINO_SELECTIVE_ESPmDNS
|
|||||||
select ARDUINO_SELECTIVE_WiFi
|
select ARDUINO_SELECTIVE_WiFi
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config ARDUINO_SELECTIVE_FFat
|
||||||
|
bool "Enable FFat"
|
||||||
|
depends on ARDUINO_SELECTIVE_COMPILATION
|
||||||
|
select ARDUINO_SELECTIVE_FS
|
||||||
|
default y
|
||||||
|
|
||||||
config ARDUINO_SELECTIVE_FS
|
config ARDUINO_SELECTIVE_FS
|
||||||
bool "Enable FS"
|
bool "Enable FS"
|
||||||
depends on ARDUINO_SELECTIVE_COMPILATION
|
depends on ARDUINO_SELECTIVE_COMPILATION
|
||||||
|
Loading…
Reference in New Issue
Block a user