Skip to content

Commit

Permalink
modified: include/BatteryStats.h
Browse files Browse the repository at this point in the history
removed void setmanufacturer
  • Loading branch information
Snoopy-HSS committed Sep 13, 2024
1 parent e14dedf commit a970a43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/BatteryStats.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class SBSBatteryStats : public BatteryStats {
float getChargeCurrentLimitation() const { return _chargeCurrentLimitation; } ;

private:
void setManufacturer(String&& m) { _manufacturer = std::move(m); }
void setLastUpdate(uint32_t ts) { _lastUpdate = ts; }

float _chargeVoltage;
Expand Down

0 comments on commit a970a43

Please sign in to comment.