Rename to make arduino IDE happy, split config into its own file, add config options...
[vfd-clock.git] / code / rhandorf-vfd-clock / config.h
diff --git a/code/rhandorf-vfd-clock/config.h b/code/rhandorf-vfd-clock/config.h
new file mode 100644 (file)
index 0000000..096623d
--- /dev/null
@@ -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