瀏覽代碼

Add configuration.h

Helmut Pozimski 2 年之前
父節點
當前提交
19e7ca9d0a
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 1 0
      .gitignore
  2. 3 0
      main/configuration.h

+ 1 - 0
.gitignore

@@ -14,3 +14,4 @@ compile_commands.json
 config
 config.env
 *~
+main/configuration.h

+ 3 - 0
main/configuration.h

@@ -0,0 +1,3 @@
+// Set these values to configure the wifi settings
+#define WIFI_ESSID ""
+#define WIFI_PASSWORD ""