From 78c7702536bc88ee44438494f02ee98144466cbb Mon Sep 17 00:00:00 2001 From: ephides <42291336+ephides@users.noreply.github.com> Date: Sat, 5 Dec 2020 22:03:55 +0100 Subject: [PATCH] "secrets.h" --- ESPClock.ino | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ESPClock.ino b/ESPClock.ino index 3a2aa7f..824c3cc 100644 --- a/ESPClock.ino +++ b/ESPClock.ino @@ -1,11 +1,8 @@ + #include #include #include - -#ifndef STASSID -#define STASSID "AP-Name" -#define STAPSK "Password" -#endif +#include "secrets.h" const char* ssid = STASSID; const char* password = STAPSK;