[FL-3340] SubGhz: fix flipper crashes after exiting broadcast blocking message and crash cli (#2714)

This commit is contained in:
Skorpionm
2023-05-31 21:59:12 +09:00
committed by GitHub
parent a76c189ca5
commit d09c59fd2f
3 changed files with 33 additions and 18 deletions
@@ -10,4 +10,5 @@ typedef enum {
1, /** File parsing error, or wrong file structure, or missing required parameters. more accurate data can be obtained through the debug port */
SubGhzErrorTypeOnlyRX =
2, /** Transmission on this frequency is blocked by regional settings */
SubGhzErrorTypeParserOthers = 3, /** Error in protocol parameters description */
} SubGhzErrorType;