@@ -55,7 +55,7 @@ ESP8266WebServer webServer(80);
55
55
// WebSocketsServer webSocketsServer = WebSocketsServer(81);
56
56
ESP8266HTTPUpdateServer httpUpdateServer;
57
57
58
- const long utcOffsetInSeconds = -5 * 60 * 60 ;
58
+ const long utcOffsetInSeconds = -6 * 60 * 60 ;
59
59
60
60
// Define NTP Client to get time
61
61
WiFiUDP ntpUDP;
@@ -176,7 +176,7 @@ typedef PatternAndName PatternAndNameList[];
176
176
#include " Twinkles.h"
177
177
#include " TwinkleFOX.h"
178
178
#include " Map.h"
179
- // #include "Noise.h"
179
+ #include " Noise.h"
180
180
#include " Pacifica.h"
181
181
#include " PacificaFibonacci.h"
182
182
#include " PridePlayground.h"
@@ -219,18 +219,18 @@ PatternAndNameList patterns = {
219
219
{ yGradientPalette, " Y Axis Gradient Palette" },
220
220
{ xyGradientPalette, " XY Axis Gradient Palette" },
221
221
222
- // // noise patterns
223
- // { fireNoise, "Fire Noise" },
224
- // { fireNoise2, "Fire Noise 2" },
225
- // { lavaNoise, "Lava Noise" },
226
- // { rainbowNoise, "Rainbow Noise" },
227
- // { rainbowStripeNoise, "Rainbow Stripe Noise" },
228
- // { partyNoise, "Party Noise" },
229
- // { forestNoise, "Forest Noise" },
230
- // { cloudNoise, "Cloud Noise" },
231
- // { oceanNoise, "Ocean Noise" },
232
- // { blackAndWhiteNoise, "Black & White Noise" },
233
- // { blackAndBlueNoise, "Black & Blue Noise" },
222
+ // noise patterns
223
+ { fireNoise, " Fire Noise" },
224
+ { fireNoise2, " Fire Noise 2" },
225
+ { lavaNoise, " Lava Noise" },
226
+ { rainbowNoise, " Rainbow Noise" },
227
+ { rainbowStripeNoise, " Rainbow Stripe Noise" },
228
+ { partyNoise, " Party Noise" },
229
+ { forestNoise, " Forest Noise" },
230
+ { cloudNoise, " Cloud Noise" },
231
+ { oceanNoise, " Ocean Noise" },
232
+ { blackAndWhiteNoise, " Black & White Noise" },
233
+ { blackAndBlueNoise, " Black & Blue Noise" },
234
234
235
235
{ drawAnalogClock, " Analog Clock" },
236
236
@@ -577,7 +577,7 @@ void loop() {
577
577
webServer.handleClient ();
578
578
MDNS.update ();
579
579
580
- // timeClient.update();
580
+ timeClient.update ();
581
581
582
582
static bool hasConnected = false ;
583
583
EVERY_N_SECONDS (1 ) {
0 commit comments