[FL-1050] SD card error view (#399)

* sd-filesystem: add check error to api
* sd-filesystem: call error check from file select
* ibutton: process sd card error on key saving

Co-authored-by: rusdacent <57439765+rusdacent@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2021-04-07 10:37:10 +03:00
committed by GitHub
parent 5cd73ac97b
commit 8ce5af1be2
4 changed files with 38 additions and 10 deletions

View File

@@ -89,6 +89,7 @@ typedef enum {
SdAppStateEject,
SdAppStateEjected,
SdAppStateFileSelect,
SdAppStateCheckError,
} SdAppState;
struct SdApp {