Browse Source

Add configuration.h

Helmut Pozimski 2 years ago
parent
commit
19e7ca9d0a
2 changed files with 4 additions and 0 deletions
  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 ""