Skip to content

Commit

Permalink
Does what everything it should, but still crashes a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Jan 29, 2024
1 parent 644227f commit 06608e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/subghz/subghz.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void subghz_scene_transmit_callback_end_tx(void* context) {
//subghz_txrx_stop(app->subghz->txrx);
//app->transmitting = false;
//xremote_scene_ir_notification_message(app, SubGhzNotificationMessageBlinkStop);
xremote_cross_remote_set_transmitting(app->cross_remote, XRemoteTransmittingStop);
xremote_cross_remote_set_transmitting(app->cross_remote, XRemoteTransmittingStopSubghz);
}

void subghz_send(void* context, const char* path) {
Expand Down

0 comments on commit 06608e8

Please sign in to comment.