Update totp

- Fix bt keys filename (by akopachov)
This commit is contained in:
Willy-JL
2024-08-21 18:17:03 +02:00
parent fadc217b01
commit b16e8ac232
3 changed files with 3 additions and 2 deletions

View File

@@ -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++) {