Credentials rausgenommen
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@
|
|||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/ipch
|
.vscode/ipch
|
||||||
.DS_STORE
|
.DS_STORE
|
||||||
README
|
README
|
||||||
|
config.h
|
||||||
|
|||||||
@@ -4,13 +4,12 @@
|
|||||||
#include <WiFi.h>
|
#include <WiFi.h>
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef WEIFI
|
#ifdef WEIFI
|
||||||
const char* ssid = "Mizar";
|
|
||||||
const char* password = "RingNebelM57";
|
|
||||||
const char *ntpServer = "pool.ntp.org";
|
const char *ntpServer = "pool.ntp.org";
|
||||||
const long gmtOffset_sec = 3600;
|
const long gmtOffset_sec = 3600;
|
||||||
const int daylightOffset_sec = 3600;
|
const int daylightOffset_sec = 3600;
|
||||||
|
|||||||
Reference in New Issue
Block a user