mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
fix wrong type in oregon2 protocol
This commit is contained in:
parent
de49bcc80c
commit
64ecdce5ca
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue