Merge pull request #78 from alexberkowitz/dev

Increase Sub-GHz remote label line length to 16
This commit is contained in:
MX
2022-09-29 18:34:22 +03:00
committed by GitHub
@@ -178,7 +178,7 @@ void unirfremix_cfg_set_check(UniRFRemix* app, string_t file_name) {
app->right_enabled = 1;
app->ok_enabled = 1;
int label_len = 12;
int label_len = 16;
//check that map file exists
if(!flipper_format_file_open_existing(fff_data_file, string_get_cstr(file_name))) {