feat(legacy): add auto_lock_delay_ms to Features

pull/1291/head
Martin Milata 4 years ago committed by Tomas Susanka
parent 542f32d3b1
commit 7d8fbacba7

@ -62,6 +62,8 @@ bool get_features(Features *resp) {
if (session_isUnlocked()) {
resp->has_wipe_code_protection = true;
resp->wipe_code_protection = config_hasWipeCode();
resp->has_auto_lock_delay_ms = true;
resp->auto_lock_delay_ms = config_getAutoLockDelayMs();
}
#if BITCOIN_ONLY

Loading…
Cancel
Save