mirror of
https://github.com/wled/WLED.git
synced 2025-07-18 16:26:32 +00:00
Fix for #3514
This commit is contained in:
parent
426ac29ca5
commit
72ef288357
@ -80,7 +80,7 @@ int8_t tristate_square8(uint8_t x, uint8_t pulsewidth, uint8_t attdec) {
|
|||||||
*/
|
*/
|
||||||
uint16_t mode_static(void) {
|
uint16_t mode_static(void) {
|
||||||
SEGMENT.fill(SEGCOLOR(0));
|
SEGMENT.fill(SEGCOLOR(0));
|
||||||
return 350;
|
return strip.isOffRefreshRequired() ? FRAMETIME : 350;
|
||||||
}
|
}
|
||||||
static const char _data_FX_MODE_STATIC[] PROGMEM = "Solid";
|
static const char _data_FX_MODE_STATIC[] PROGMEM = "Solid";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user