Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2022-10-07 17:24:20 +03:00
95 changed files with 585 additions and 359 deletions

View File

@@ -174,7 +174,7 @@ void furi_hal_subghz_load_custom_preset(uint8_t* preset_data) {
i += 2;
}
for(uint8_t y = i; y < i + 10; y++) {
FURI_LOG_D(TAG, "PA[%lu]: %02X", y, preset_data[y]);
FURI_LOG_D(TAG, "PA[%u]: %02X", y, preset_data[y]);
}
}
}