diff --git a/src/credentials.h.tpl b/src/credentials.h.tpl new file mode 100644 index 0000000..c5637e4 --- /dev/null +++ b/src/credentials.h.tpl @@ -0,0 +1,4 @@ +struct WifiCredentials { + const char* ssid; + const char* password; +} credentials[] = {"foo", "bar"};