Credentials rausgenommen

This commit is contained in:
rxf
2024-07-23 17:14:24 +02:00
parent 7281feca71
commit 16b0f0b571
2 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
.vscode/ipch
.DS_STORE
README
config.h

View File

@@ -4,13 +4,12 @@
#include <WiFi.h>
#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;