Skip to content

Commit

Permalink
SHOW_AVG_CELL_VOLTAGE true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
janpom committed Feb 18, 2019
1 parent e65ed10 commit 6a2530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion davega_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

// If SHOW_AVG_CELL_VOLTAGE is true, average cell voltage is displayed instead of the total battery
// pack voltage (total voltage is divided by the number of cells).
#define SHOW_AVG_CELL_VOLTAGE false
#define SHOW_AVG_CELL_VOLTAGE true

// The two options below are for detecting that battery has been fully charged (in which case
// we reset the available mAh to the max value). We think that the battery has been fully charged
Expand Down

0 comments on commit 6a2530d

Please sign in to comment.