Skip to content

Commit

Permalink
power limiter: remove obsolete enum
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Apr 15, 2024
1 parent 4c2822c commit cf1ea42
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/PowerLimiter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
#define PL_UI_STATE_USE_SOLAR_ONLY 2
#define PL_UI_STATE_USE_SOLAR_AND_BATTERY 3

typedef enum {
EMPTY_WHEN_FULL= 0,
EMPTY_AT_NIGHT
} batDrainStrategy;


class PowerLimiterClass {
public:
enum class Status : unsigned {
Expand Down

0 comments on commit cf1ea42

Please sign in to comment.