mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 15:08:35 -07:00
Update totp
- Fix bt keys filename (by akopachov)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
- AirMouse: Fix compatibility with new firmwares (by @ginkage)
|
||||
- Flizzer Tracker: Fix app not responding to keypresses (by @LTVA1)
|
||||
- UHF RFID: Bugfixes, some refactoring, write modes (by @frux-c)
|
||||
- Authenticator: Fix BT keys filenames format (by @akopachov)
|
||||
- UL: UART Terminal: Configurable CRLF or newline mode (by @xMasterX)
|
||||
- UL: SubGHz Bruteforcer: App refactoring and code documentation (by @derskythe)
|
||||
- Various app fixes for `-Wundef` option (by @Willy-JL)
|
||||
|
||||
Submodule applications/external updated: 0b3464df6e...70fae8dc93
@@ -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