[FL-1791] Flipper file format (#740)
* Lib: new flipper file format library * Lib: flipper file format cpp wrapper * Storage: simple function for remove file and check error * iButton app: remove file worker, use new flipper file format instead * Dialogs: storage error message * Storage: simple function for mkdir and check error * iButton app: error messages * Libs: update makefile * RFID app: remove file worker, use new flipper file format instead * Flipper File: library documentation Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -17,6 +17,10 @@ public:
|
||||
void set_type(iButtonKeyType key_type);
|
||||
iButtonKeyType get_key_type();
|
||||
|
||||
const char* get_key_type_string_by_type(iButtonKeyType key_type);
|
||||
bool get_key_type_by_type_string(const char* type_string, iButtonKeyType* key_type);
|
||||
uint8_t get_type_data_size_by_type(iButtonKeyType key_type);
|
||||
|
||||
iButtonKey();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user