diff --git a/.gitignore b/.gitignore index 5863e89..80c4993 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ .vscode/launch.json .vscode/ipch .DS_STORE -README \ No newline at end of file +README +config.h diff --git a/src/weifi.h b/src/weifi.h index b50ae47..c65eb12 100644 --- a/src/weifi.h +++ b/src/weifi.h @@ -4,13 +4,12 @@ #include #include "time.h" +#include "config.h" #include "main.h" #ifdef WEIFI -const char* ssid = "Mizar"; -const char* password = "RingNebelM57"; const char *ntpServer = "pool.ntp.org"; const long gmtOffset_sec = 3600; const int daylightOffset_sec = 3600;