Merge branch 'ofw-dev' into dev

This commit is contained in:
MX
2023-05-31 17:14:49 +03:00
7 changed files with 78 additions and 246 deletions

View File

@@ -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;