ソースを参照

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 ""