Skip to content

Commit

Permalink
Fix Eurochron EFTH-800 missing mic
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckschwerdt committed May 13, 2020
1 parent 2e33d43 commit 3484441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/efth800.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ static int eurochron_efth800_decode(r_device *decoder, bitbuffer_t *bitbuffer)
"battery_ok", "Battery", DATA_INT, !battery_low,
"temperature_C", "Temperature", DATA_FORMAT, "%.01f C", DATA_DOUBLE, temp_c,
"humidity", "Humidity", DATA_INT, humidity,
"mic", "Integrity", DATA_STRING, "CRC",
NULL);
/* clang-format on */

Expand All @@ -89,6 +90,7 @@ static char *output_fields[] = {
"battery_ok",
"temperature_C",
"humidity",
"mic",
NULL,
};

Expand Down

0 comments on commit 3484441

Please sign in to comment.