fixed bug where channel amount of custom file was not loaded correctly

This commit is contained in:
Panika Yadra
2026-02-13 16:50:59 +01:00
parent 6612d09798
commit f3a9dd6170

View File

@@ -402,7 +402,7 @@ int32_t jammer_app(void* p) {
"%d ",
hopping_channels_custom_arr[i]); // 1 2 3 4 1 2
}
hopping_channels_len[3] = hopping_channels_custom_len;
hopping_channels_len[4] = hopping_channels_custom_len;
hopping_channels = hopping_channels_custom_arr;
FURI_LOG_D(TAG, "%s", file_buf);