Skip to content

Commit

Permalink
Update app
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Dec 21, 2020
1 parent 79306eb commit d37a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static const struct
{"Pressure ", "%.0f", &values.pressure, "hPa",
"Altitude ", "%.1f", &values.altitude, "m"},
{"Voc ", "%.0f", &values.voc, "ppb",
"Battery ", "%.0f", &values.battery_voltage, "V"},
"Battery ", "%.1f", &values.battery_voltage, "V"},
};

static int page_index = 0;
Expand Down

0 comments on commit d37a15f

Please sign in to comment.