kopia lustrzana https://github.com/Aircoookie/WLED
Convert usermods/usermod_v2_brightness_follow_sun
rodzic
e2c919d270
commit
ff99c7de70
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"name": "brightness_follow_sum"
|
||||||
|
}
|
|
@ -1,5 +1,3 @@
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "wled.h"
|
#include "wled.h"
|
||||||
|
|
||||||
//v2 usermod that allows to change brightness and color using a rotary encoder,
|
//v2 usermod that allows to change brightness and color using a rotary encoder,
|
||||||
|
@ -128,3 +126,6 @@ const char UsermodBrightnessFollowSun::_update_interval[] PROGMEM = "Update
|
||||||
const char UsermodBrightnessFollowSun::_min_bri[] PROGMEM = "Min Brightness";
|
const char UsermodBrightnessFollowSun::_min_bri[] PROGMEM = "Min Brightness";
|
||||||
const char UsermodBrightnessFollowSun::_max_bri[] PROGMEM = "Max Brightness";
|
const char UsermodBrightnessFollowSun::_max_bri[] PROGMEM = "Max Brightness";
|
||||||
const char UsermodBrightnessFollowSun::_relax_hour[] PROGMEM = "Relax Hour";
|
const char UsermodBrightnessFollowSun::_relax_hour[] PROGMEM = "Relax Hour";
|
||||||
|
|
||||||
|
static UsermodBrightnessFollowSun usermod_brightness_follow_sun;
|
||||||
|
REGISTER_USERMOD(usermod_brightness_follow_sun);
|
Ładowanie…
Reference in New Issue