Skip to content

Commit

Permalink
Update prologue.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wastlmuc authored Mar 30, 2024
1 parent ddf487b commit 58ccae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtl_433/devices/prologue.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static int prologue_callback(r_device *decoder, bitbuffer_t *bitbuffer)
humidity = ((b[3] & 0x0F) << 4) | (b[4] >> 4);

/* clang-format off */
/* Adjust channel, such it is constant to avoid GW issue, when changing batteries */
/* Adjust id, such it is constant to avoid GW issue, when changing batteries */
data = data_make(
"model", "", DATA_STRING, "Prologue-TH",
"subtype", "", DATA_INT, type,
Expand Down

0 comments on commit 58ccae4

Please sign in to comment.