Skip to content

Commit

Permalink
Update README conf example and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBoc75 committed Nov 6, 2024
1 parent 7b4e559 commit 7903d27
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 @@ -344,7 +344,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[256] ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
[257] BMW Gen3 TPMS
[258] Chamberlain CWPIRC PIR Sensor
[259] ThermoPro TP829b Meat Thermometer 4 coated probes
[259] ThermoPro Meat Thermometers, TP828B 2 probes with Temp, LO and HI, TP829B 4 probes with temp only
[260]* Arad/Master Meter Dialog3G water utility meter
[261] Geevon TX16-3 outdoor sensor
[262] Fine Offset Electronics WH46 air quality sensor
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 @@ -485,7 +485,7 @@ convert si
protocol 256 # ThermoPro TP28b Super Long Range Wireless Meat Thermometer for Smoker BBQ Grill
protocol 257 # BMW Gen3 TPMS
protocol 258 # Chamberlain CWPIRC PIR Sensor
protocol 259 # ThermoPro TP829b Meat Thermometer 4 coated probes
protocol 259 # ThermoPro Meat Thermometers, TP828B 2 probes with Temp, LO and HI, TP829B 4 probes with temp only
# protocol 260 # Arad/Master Meter Dialog3G water utility meter
protocol 261 # Geevon TX16-3 outdoor sensor
protocol 262 # Fine Offset Electronics WH46 air quality sensor
Expand Down
2 changes: 1 addition & 1 deletion src/devices/thermopro_tp82xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static char const *const output_fields[] = {
};

r_device const thermopro_tp82xb = {
.name = "ThermoPro Meat Thermometer ",
.name = "ThermoPro Meat Thermometers, TP828B 2 probes with Temp, LO and HI, TP829B 4 probes with temp only",
.modulation = FSK_PULSE_PCM,
.short_width = 102,
.long_width = 102,
Expand Down

0 comments on commit 7903d27

Please sign in to comment.