Fixes & imporvements

Use our custom icon for Bin RAW
This commit is contained in:
MX
2023-02-09 17:49:28 +03:00
parent b9351649ed
commit 539c4e2dd0
6 changed files with 27 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ const SubGhzProtocolEncoder subghz_protocol_bin_raw_encoder = {
const SubGhzProtocol subghz_protocol_bin_raw = {
.name = SUBGHZ_PROTOCOL_BIN_RAW_NAME,
.type = SubGhzProtocolTypeStatic,
.type = SubGhzProtocolTypeBinRAW,
#ifdef BIN_RAW_DEBUG
.flag = SubGhzProtocolFlag_433 | SubGhzProtocolFlag_315 | SubGhzProtocolFlag_868 |
SubGhzProtocolFlag_AM | SubGhzProtocolFlag_FM | SubGhzProtocolFlag_Decodable |

View File

@@ -77,6 +77,7 @@ typedef enum {
SubGhzProtocolTypeRAW,
SubGhzProtocolWeatherStation,
SubGhzProtocolCustom,
SubGhzProtocolTypeBinRAW,
} SubGhzProtocolType;
typedef enum {