mirror of
https://github.com/huuck/FlipperZeroNRFJammer.git
synced 2026-04-23 20:59:58 -07:00
Merge pull request #23 from PanikaYadra/bugfix
fixed bug where channel amount of custom file was not loaded correctly
This commit is contained in:
2
jammer.c
2
jammer.c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user