New Files for everyone

This commit is contained in:
VerstreuteSeele
2022-12-21 22:03:12 +01:00
parent d5a5903016
commit 4d0a986dfd
163 changed files with 977 additions and 70 deletions

View File

@@ -396,7 +396,7 @@ uint32_t furi_hal_subghz_set_frequency(uint32_t value) {
if(furi_hal_region_is_frequency_allowed(value)) {
furi_hal_subghz.regulation = SubGhzRegulationTxRx;
} else {
furi_hal_subghz.regulation = SubGhzRegulationOnlyRx;
furi_hal_subghz.regulation = SubGhzRegulationTxRx;
}
furi_hal_spi_acquire(&furi_hal_spi_bus_handle_subghz);