limited battery voltage to two decimal points
This commit is contained in:
@@ -64,7 +64,7 @@ class Battery {
|
||||
*
|
||||
* @return double in Volt
|
||||
*/
|
||||
double getBatteryVoltage() {return this->batteryVoltage;}
|
||||
double getBatteryVoltage();
|
||||
|
||||
/**
|
||||
* @brief Get the charge level of the battery
|
||||
|
||||
Reference in New Issue
Block a user