mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 22:28:36 -07:00
Update totp
- Fix bt keys filename (by akopachov)
This commit is contained in:
@@ -40,7 +40,7 @@ bool bt_settings_scene_forget_dev_confirm_on_event(void* context, SceneManagerEv
|
||||
EXT_PATH("apps_data/air_mouse/.bt_hid.keys"),
|
||||
EXT_PATH("apps_data/vgm_air_mouse/.bt_hid.keys"),
|
||||
EXT_PATH("apps_data/pc_monitor/.bt_serial.keys"),
|
||||
EXT_PATH("apps_data/totp/.bt_hid_ 0.keys"),
|
||||
EXT_PATH("apps_data/totp/.bt_hid_00.keys"),
|
||||
};
|
||||
Storage* storage = furi_record_open(RECORD_STORAGE);
|
||||
for(size_t i = 0; i < COUNT_OF(keys_paths); i++) {
|
||||
|
||||
Reference in New Issue
Block a user