Merge branch 'UNLEASHED' into 420darkupds

This commit is contained in:
RogueMaster
2022-10-08 23:46:51 -04:00
123 changed files with 861 additions and 684 deletions

View File

@@ -176,7 +176,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]);
}
}
}