Skip to content

Commit 1d658ae

Browse files
committed
Fix pattern order (fixes fib defaults)
1 parent 0b02133 commit 1d658ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

esp8266-fastled-webserver/esp8266-fastled-webserver.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ const PatternAndName patterns[] = {
110110
#endif
111111

112112
{ colorWaves, "Color Waves" },
113+
#if IS_FIBONACCI
114+
{ colorWavesFibonacci, "Color Waves Fibonacci" },
115+
#endif
113116

114117
#if HAS_COORDINATE_MAP // really a wrong name... and likely doing way more computation than necessary
115118
{ radarSweepPalette, "Radar Sweep Palette" },
@@ -132,8 +135,6 @@ const PatternAndName patterns[] = {
132135
#endif
133136

134137
#if IS_FIBONACCI
135-
{ colorWavesFibonacci, "Color Waves Fibonacci" },
136-
137138
{ pridePlayground, "Pride Playground" },
138139
{ pridePlaygroundFibonacci, "Pride Playground Fibonacci" },
139140

0 commit comments

Comments
 (0)