V1.14 - Adds battery icon to cell selection

Relivant to #29 and #30
This commit is contained in:
Ben V. Brown
2017-07-22 12:20:36 +10:00
parent 2a5f4e6d89
commit baa4979a96
6 changed files with 75 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ uint8_t lookupVoltageLevel(uint8_t level) {
if (level == 0)
return 100; //10V since iron does not function below this
else
return (level * 35) + (35 * 2);
return (level * 33) + (33 * 2);
}
void resetSettings() {