Require SD card or >4MB flash (#545)
This commit is contained in:
committed by
GitHub
parent
90afba647e
commit
05720821f8
@@ -77,6 +77,18 @@ menu "Tactility App"
|
||||
config TT_TDECK_WORKAROUND
|
||||
bool "Temporary work-around until we fix the T-Deck keyboard and trackball settings"
|
||||
default n
|
||||
choice TT_USER_DATA_LOCATION
|
||||
prompt "User Data Location"
|
||||
default TT_USER_DATA_LOCATION_INTERNAL
|
||||
help
|
||||
Where user data is stored on this device.
|
||||
"Internal Flash" assumes /data always exists.
|
||||
"SD Card" looks for the first mounted SD card at runtime and requires one to be present.
|
||||
config TT_USER_DATA_LOCATION_SD
|
||||
bool "SD Card"
|
||||
config TT_USER_DATA_LOCATION_INTERNAL
|
||||
bool "Internal Flash"
|
||||
endchoice
|
||||
config TT_SPLASH_DURATION
|
||||
int "Splash Duration (ms)"
|
||||
default 1000
|
||||
|
||||
Reference in New Issue
Block a user