Bladeren bron

Add configuration.h

Helmut Pozimski 2 jaren geleden
bovenliggende
commit
19e7ca9d0a
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  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 ""