fix wrong type in oregon2 protocol

This commit is contained in:
MX 2022-10-22 23:51:44 +03:00
parent de49bcc80c
commit 64ecdce5ca
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

@ -346,7 +346,7 @@ const SubGhzProtocolDecoder ws_protocol_oregon2_decoder = {
const SubGhzProtocol ws_protocol_oregon2 = {
.name = WS_PROTOCOL_OREGON2_NAME,
.type = SubGhzProtocolTypeStatic,
.type = SubGhzProtocolWeatherStation,
.flag = SubGhzProtocolFlag_433 | SubGhzProtocolFlag_AM | SubGhzProtocolFlag_Decodable |
SubGhzProtocolFlag_Load | SubGhzProtocolFlag_Save,