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;