Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfBoc75 committed Nov 8, 2024
1 parent e979c47 commit 29e5a72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/devices/thermopro_tp82xb.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
*/

/*
ThermoPro TP82xB Meat Thermometer probes.
Devices decoded:
Expand All @@ -18,7 +20,7 @@ Devices decoded:
#include "decoder.h"

/**
ThermoPro TP828P 2 Probes
ThermoPro TP828P 2 Probes.
- Current Temperature of probes, BBQ Target LO and HI temperatures
- Issue #3082 open by Ryan Bray (\@rbray89)
Expand Down Expand Up @@ -134,7 +136,7 @@ static int thermopro_tp828b_decode(r_device *decoder, bitbuffer_t *bitbuffer)
}

/**
ThermoPro TP829B 4 Probes
ThermoPro TP829B 4 Probes.
- Current Temperature of probes only.
- Issue #2961 open by \@AryehGielchinsky
Expand Down

0 comments on commit 29e5a72

Please sign in to comment.