Skip to content

Commit

Permalink
minor: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed Oct 26, 2024
1 parent a6fcdab commit 0b42669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[263] Vevor Wireless Weather Station 7-in-1
[264] Arexx Multilogger IP-HA90, IP-TH78EXT, TSN-70E
[265] Rosstech Digital Control Unit DCU-706/Sundance/Jacuzzi
[266] Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95PA
[266] Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95P
* Disabled by default, use -R n or a conf file to enable
Expand Down
2 changes: 1 addition & 1 deletion conf/rtl_433.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ convert si
protocol 263 # Vevor Wireless Weather Station 7-in-1
protocol 264 # Arexx Multilogger IP-HA90, IP-TH78EXT, TSN-70E
protocol 265 # Rosstech Digital Control Unit DCU-706/Sundance/Jacuzzi
protocol 266 # Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95PA
protocol 266 # Risco 2 Way Agility protocol, Risco PIR/PET Sensor RWX95P

## Flex devices (command line option "-X")

Expand Down
2 changes: 1 addition & 1 deletion src/devices/risco_agility.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ r_device const risco_agility = {
.reset_limit = 1000,
.decode_fn = &risco_agility_decode,
.fields = output_fields,
};
};

0 comments on commit 0b42669

Please sign in to comment.