mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 18:18:35 -07:00
fix oregon2 flags
This commit is contained in:
@@ -347,8 +347,8 @@ const SubGhzProtocolDecoder ws_protocol_oregon2_decoder = {
|
|||||||
const SubGhzProtocol ws_protocol_oregon2 = {
|
const SubGhzProtocol ws_protocol_oregon2 = {
|
||||||
.name = WS_PROTOCOL_OREGON2_NAME,
|
.name = WS_PROTOCOL_OREGON2_NAME,
|
||||||
.type = SubGhzProtocolWeatherStation,
|
.type = SubGhzProtocolWeatherStation,
|
||||||
.flag = SubGhzProtocolFlag_433 | SubGhzProtocolFlag_AM | SubGhzProtocolFlag_Decodable |
|
.flag = SubGhzProtocolFlag_433 | SubGhzProtocolFlag_315 | SubGhzProtocolFlag_868 |
|
||||||
SubGhzProtocolFlag_Load | SubGhzProtocolFlag_Save,
|
SubGhzProtocolFlag_AM | SubGhzProtocolFlag_Decodable,
|
||||||
|
|
||||||
.decoder = &ws_protocol_oregon2_decoder,
|
.decoder = &ws_protocol_oregon2_decoder,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user