Skip to content

Commit

Permalink
Waverly: better slider names
Browse files Browse the repository at this point in the history
Slider names were misleading.
First slider: fade speed (low values means longer hold times)
Second slider: signal gain (i.e. amplification)
  • Loading branch information
softhack007 committed Aug 8, 2024
1 parent 28db9bf commit d00b314
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 @@ -6686,7 +6686,7 @@ uint16_t mode_2DWaverly(void) {

return FRAMETIME;
} // mode_2DWaverly()
static const char _data_FX_MODE_2DWAVERLY[] PROGMEM = "Waverly ☾@Amplification,Sensitivity,,,,No Clouds,Sound Pressure,AGC debug;;!;2v;ix=64,si=0"; // Beatsin
static const char _data_FX_MODE_2DWAVERLY[] PROGMEM = "Waverly ☾@Fade Rate,Amplification,,,,No Clouds,Sound Pressure,AGC debug;;!;2v;ix=64,si=0"; // Beatsin

#endif // WLED_DISABLE_2D

Expand Down

0 comments on commit d00b314

Please sign in to comment.