]> git.scottworley.com Git - tattlekey/blobdiff - client/config.h
client: Move config to config.c
[tattlekey] / client / config.h
diff --git a/client/config.h b/client/config.h
new file mode 100644 (file)
index 0000000..5c8af1e
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+extern char wifi_ssid[];
+extern char wifi_pass[];
+
+#endif