app_status: Initial commit
This commit is contained in:
@@ -15,7 +15,7 @@ class ColorStatusLED : public switch_::Switch, public Component {
|
||||
float get_loop_priority() const override { return 50.0f; }
|
||||
|
||||
protected:
|
||||
uint8_t last_app_state_(0xFF);
|
||||
uint8_t last_app_state_{0xFF};
|
||||
};
|
||||
|
||||
} // namespace color_status_led
|
||||
|
||||
Reference in New Issue
Block a user