Merge pull request #23 from PanikaYadra/bugfix

fixed bug where channel amount of custom file was not loaded correctly
This commit is contained in:
Gabriel Cirlig
2026-02-19 17:59:30 +00:00
committed by GitHub

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);