X-Git-Url: http://handorf.org/code/?p=vfd-clock.git;a=blobdiff_plain;f=code%2Frhandorf-vfd-clock%2Fconfig.h;fp=code%2Frhandorf-vfd-clock%2Fconfig.h;h=096623d304364159a94afa84d6ce31c71fe281ed;hp=0000000000000000000000000000000000000000;hb=00fdf700dac499b01a59c3a788e843c12b1052f8;hpb=4c9be1fbfd6979d8f0913f498b24229b1c1dd1e8 diff --git a/code/rhandorf-vfd-clock/config.h b/code/rhandorf-vfd-clock/config.h new file mode 100644 index 0000000..096623d --- /dev/null +++ b/code/rhandorf-vfd-clock/config.h @@ -0,0 +1,17 @@ +/* + * Configuration options for the VFD Clock + */ + +/* SSID to connect to (must support 2.4GHz channels and WPA-Personal) */ +const char *ssid = "SSID"; +/* WPA/WPA2 password/PSK */ +const char *password = "PASSWORD"; + +/* Time offset from UTC */ +const long utcOffsetInSeconds = 3600*-5; + +/* Comment out to disable casino mode each minute */ +#define SPIN_CASINO + +/* Change the offset in colors between hours, minutes, seconds */ +#define COLOR_OFFSET 60