app_status: Initial commit

This commit is contained in:
2025-10-14 00:15:02 -06:00
parent a84e3f021b
commit d71f296313
6 changed files with 132 additions and 1 deletions

View File

@@ -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