mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
49e1ae6e87
* Show error screen if corrupted filed has been loaded * Added rpc error codes and error processing to NFC * Made iButton scene on_enter handler clear to prevent showing scene before file is loaded * Added rpc error codes and error processing to iButton * Made lfRfid scene on_enter handler clear to prevent showing scene before file is loaded * Added rpc error codes and error processing to lfRfid * Made SubGHz scene on_enter handler clear to prevent showing scene before file is loaded. Also moved file_name_tmp formatting logic to a separate function * Now function returns loading status and starts rx only if load succeeded * Added show error logic on tx_button start * Introduced rpc error codes for infrared * Adjusted rpc scene logic to show scene only when loading is fine * Added new list of rpc errors which are common within several applications * Removed same enums from apps * Same rpc error in different apps replaced with common value from rpc error code list * SubGHz error codes now start from RpcAppSystemErrorCodesReserved value * Infrared error codes now start from RpcAppSystemErrorCodesReserved value * Removed unused enum * Now all rpc error codes are more generalized and can be used among all apps without any specific enums * Removed specific error codes, now rpc error codes are used instead * RPC: no plurals in enums Co-authored-by: あく <alleteam@gmail.com> |
||
---|---|---|
.. | ||
ibutton_scene.c | ||
ibutton_scene.h | ||
ibutton_scene_add_type.c | ||
ibutton_scene_add_value.c | ||
ibutton_scene_config.h | ||
ibutton_scene_delete_confirm.c | ||
ibutton_scene_delete_success.c | ||
ibutton_scene_emulate.c | ||
ibutton_scene_exit_confirm.c | ||
ibutton_scene_info.c | ||
ibutton_scene_read.c | ||
ibutton_scene_read_error.c | ||
ibutton_scene_read_key_menu.c | ||
ibutton_scene_read_success.c | ||
ibutton_scene_retry_confirm.c | ||
ibutton_scene_rpc.c | ||
ibutton_scene_save_name.c | ||
ibutton_scene_save_success.c | ||
ibutton_scene_saved_key_menu.c | ||
ibutton_scene_select_key.c | ||
ibutton_scene_start.c | ||
ibutton_scene_view_data.c | ||
ibutton_scene_write.c | ||
ibutton_scene_write_success.c |