Skip to content

Commit

Permalink
Fix for Aircoookie#3514
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Nov 27, 2023
1 parent 32e724e commit c3e937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/FX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int8_t tristate_square8(uint8_t x, uint8_t pulsewidth, uint8_t attdec) {
*/
uint16_t mode_static(void) {
SEGMENT.fill(SEGCOLOR(0));
return 350;
return strip.isOffRefreshRequired() ? FRAMETIME : 350;
}
static const char _data_FX_MODE_STATIC[] PROGMEM = "Solid";

Expand Down

0 comments on commit c3e937f

Please sign in to comment.