Revert "Default to AM_Q (maybe idk, subghz code is a mess) --nobuild"

This reverts commit 24b994102d.
This commit is contained in:
Willy-JL
2023-12-02 01:51:30 +00:00
parent 715db83e02
commit 9bbdaf8cb2
3 changed files with 5 additions and 5 deletions

View File

@@ -694,7 +694,7 @@ SubGhzReceiver* subghz_txrx_get_receiver(SubGhzTxRx* instance) {
void subghz_txrx_set_default_preset(SubGhzTxRx* instance, uint32_t frequency) {
furi_assert(instance);
const char* default_modulation = "AM_Q";
const char* default_modulation = "AM650";
if(frequency == 0) {
frequency = subghz_setting_get_default_frequency(subghz_txrx_get_setting(instance));
}

View File

@@ -362,7 +362,7 @@ void subghz_txrx_reset_dynamic_and_custom_btns(SubGhzTxRx* instance);
SubGhzReceiver* subghz_txrx_get_receiver(SubGhzTxRx* instance); // TODO use only in DecodeRaw
/**
* @brief Set current preset AM_Q without additional params
* @brief Set current preset AM650 without additional params
*
* @param instance - instance Pointer to a SubGhzTxRx
* @param frequency - frequency of preset, if pass 0 then taking default frequency 433.92MHz