mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Change Sub-Ghz Remote line length max to 16
This commit is contained in:
@@ -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))) {
|
||||
|
||||
Reference in New Issue
Block a user