Fix LED change, fix chasing animation change
[vfd-clock.git] / code / rhandorf-vfd-clock / config.h
1 /*
2  * Configuration options for the VFD Clock
3  */
4
5 /* SSID to connect to (must support 2.4GHz channels and WPA-Personal) */
6 const char *ssid     = "SSID";
7 /* WPA/WPA2 password/PSK */
8 const char *password = "PASSWORD";
9
10 /* Time offset from UTC */
11 const long utcOffsetInSeconds = 3600*-5;
12
13 /* Comment out to disable casino mode each minute */
14 #define SPIN_CASINO
15
16 /* Change the offset in colors between hours, minutes, seconds */
17 #define COLOR_OFFSET    60