[FL-1404] iButton long names fix (#528)
* ibutton: long names partial fix\ * ibutton: limit max filename length to 22 chars * elwrapping long names to a new line * Proper m-string size usage Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
static const uint8_t IBUTTON_KEY_DATA_SIZE = 8;
|
||||
static const uint8_t IBUTTON_KEY_NAME_SIZE = 64;
|
||||
static const uint8_t IBUTTON_KEY_NAME_SIZE = 22;
|
||||
|
||||
enum class iButtonKeyType : uint8_t {
|
||||
KeyDallas,
|
||||
|
Reference in New Issue
Block a user