mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 05:08:35 -07:00
Allow instantly emulate dynamic protocols even without saving
This commit is contained in:
@@ -86,8 +86,7 @@ void subghz_scene_receiver_info_on_enter(void* context) {
|
|||||||
}
|
}
|
||||||
if(((subghz->txrx->decoder_result->protocol->flag & SubGhzProtocolFlag_Send) ==
|
if(((subghz->txrx->decoder_result->protocol->flag & SubGhzProtocolFlag_Send) ==
|
||||||
SubGhzProtocolFlag_Send) &&
|
SubGhzProtocolFlag_Send) &&
|
||||||
subghz->txrx->decoder_result->protocol->encoder->deserialize &&
|
subghz->txrx->decoder_result->protocol->encoder->deserialize) {
|
||||||
subghz->txrx->decoder_result->protocol->type == SubGhzProtocolTypeStatic) {
|
|
||||||
widget_add_button_element(
|
widget_add_button_element(
|
||||||
subghz->widget,
|
subghz->widget,
|
||||||
GuiButtonTypeCenter,
|
GuiButtonTypeCenter,
|
||||||
|
|||||||
Reference in New Issue
Block a user