Skip to content

Commit

Permalink
Allow TV Simulator on single LED segments
Browse files Browse the repository at this point in the history
I've checked the code - nothing preventing the effect to run with SEGLEN=1
  • Loading branch information
softhack007 committed Nov 25, 2024
1 parent 7ad67b5 commit 7d10bd0
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 @@ -4720,7 +4720,7 @@ uint16_t mode_tv_simulator(void) {

return FRAMETIME;
}
static const char _data_FX_MODE_TV_SIMULATOR[] PROGMEM = "TV Simulator@!,!;;";
static const char _data_FX_MODE_TV_SIMULATOR[] PROGMEM = "TV Simulator@!,!;;!;01";


/*
Expand Down

0 comments on commit 7d10bd0

Please sign in to comment.