mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fixes & imporvements
Use our custom icon for Bin RAW
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -77,6 +77,7 @@ typedef enum {
|
||||
SubGhzProtocolTypeRAW,
|
||||
SubGhzProtocolWeatherStation,
|
||||
SubGhzProtocolCustom,
|
||||
SubGhzProtocolTypeBinRAW,
|
||||
} SubGhzProtocolType;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user