subghz frequency range updates

This commit is contained in:
MX
2022-08-03 00:32:55 +03:00
parent bdd2dc288a
commit 53e60cc8e8
7 changed files with 60 additions and 58 deletions

View File

@@ -54,7 +54,7 @@ void subghz_cli_command_tx_carrier(Cli* cli, string_t args, void* context) {
furi_delay_ms(250);
}
} else {
printf("This frequency can only be used for RX in your region\r\n");
printf("This frequency can only be used for RX in your settings\r\n");
}
furi_hal_subghz_set_path(FuriHalSubGhzPathIsolate);
@@ -535,7 +535,7 @@ static void subghz_cli_command_chat(Cli* cli, string_t args) {
}
if(!furi_hal_subghz_is_tx_allowed(frequency)) {
printf(
"In your region, only reception on this frequency (%lu) is allowed,\r\n"
"In your settings, only reception on this frequency (%lu) is allowed,\r\n"
"the actual operation of the application is not possible\r\n ",
frequency);
return;