fix oregon2 flags

This commit is contained in:
MX
2022-10-24 00:05:50 +03:00
parent e00f7009f3
commit d0e24bb455

View File

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