1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

add 462750000 to default subghz freqs

This commit is contained in:
MX
2025-05-14 01:55:18 +03:00
parent 02bc2f0ce7
commit e108405fe4
3 changed files with 4 additions and 1 deletions

View File

@@ -118,7 +118,8 @@ static int32_t subghz_frequency_analyzer_worker_thread(void* context) {
for(size_t i = 0; i < subghz_setting_get_frequency_count(instance->setting); i++) {
uint32_t current_frequency = subghz_setting_get_frequency(instance->setting, i);
if(furi_hal_subghz_is_frequency_valid(current_frequency) &&
(((current_frequency != 467750000) && (current_frequency != 464000000)) &&
(((current_frequency != 462750000) && (current_frequency != 467750000) &&
(current_frequency != 464000000)) &&
(current_frequency <= 920000000))) {
furi_hal_spi_acquire(&furi_hal_spi_bus_handle_subghz);
cc1101_switch_to_idle(&furi_hal_spi_bus_handle_subghz);

View File

@@ -60,6 +60,7 @@ if you need your custom one, make sure it doesn't listed here
434775000, /* LPD433 last channels */
438900000,
440175000,
462750000,
464000000,
467750000,

View File

@@ -66,6 +66,7 @@ static const uint32_t subghz_frequency_list[] = {
434775000, /* LPD433 last channels */
438900000,
440175000,
462750000,
464000000,
467750000,