[FL-3117] Infrared: Fix hangups on repeated button press (#2441)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Georgii Surkov
2023-03-03 15:37:02 +03:00
committed by GitHub
parent 42d27d04f6
commit 6cc5119c64
2 changed files with 14 additions and 8 deletions
+1
View File
@@ -69,6 +69,7 @@ typedef struct {
InfraredEditTarget edit_target : 8;
InfraredEditMode edit_mode : 8;
int32_t current_button_index;
uint32_t last_transmit_time;
} InfraredAppState;
struct Infrared {