Fix missing field name commas ()

This commit is contained in:
obones 2021-06-11 10:13:06 +02:00 committed by GitHub
parent 1a9b05cb1b
commit b5fd51e484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ static int cavius_decode(r_device *decoder, bitbuffer_t *bitbuffer)
static char *output_fields[] = { static char *output_fields[] = {
"model", "model",
"id", "id",
"battery_ok" "battery_ok",
"net_id", "net_id",
"message", "message",
"text", "text",

View file

@ -133,7 +133,7 @@ static int missil_ml0757_callback(r_device *decoder, bitbuffer_t *bitbuffer)
static char *output_fields[] = { static char *output_fields[] = {
"model", "model",
"id", "id",
"battery_ok" "battery_ok",
"temperature_C", "temperature_C",
"wind_avg_km_h", "wind_avg_km_h",
"rain_mm", "rain_mm",

View file

@ -411,7 +411,7 @@ static char *output_fields[] = {
// Common fields // Common fields
"model", "model",
"id", "id",
"rolling" "rolling",
"fixed", "fixed",
"button_id", "button_id",
"remote_id", "remote_id",