Merge branch 'ofwdev' into 420

This commit is contained in:
RogueMaster
2022-12-16 17:28:38 -05:00
14 changed files with 325 additions and 113 deletions

View File

@@ -265,6 +265,7 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) {
}
subghz->txrx->txrx_state = SubGhzTxRxStateSleep;
subghz->txrx->hopper_state = SubGhzHopperStateOFF;
subghz->txrx->speaker_state = SubGhzSpeakerStateDisable;
subghz->txrx->rx_key_state = SubGhzRxKeyStateIDLE;
if(!alloc_for_tx_only) {
subghz->txrx->history = subghz_history_alloc();