mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Remove Backlight fade
This commit is contained in:
parent
9d51e974de
commit
f27744b83b
@ -73,7 +73,7 @@ class Esp32Device : public BaseDevice {
|
|||||||
bool _backlight_fading;
|
bool _backlight_fading;
|
||||||
bool _backlight_fade;
|
bool _backlight_fade;
|
||||||
|
|
||||||
void update_backlight(bool fade);
|
void update_backlight();
|
||||||
static bool cb_backlight(const ledc_cb_param_t *param, void *user_arg);
|
static bool cb_backlight(const ledc_cb_param_t *param, void *user_arg);
|
||||||
void end_backlight_fade();
|
void end_backlight_fade();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user