From 984240b56a99b5fabcb14df1cb26d95ec2aab1b4 Mon Sep 17 00:00:00 2001 From: Birk Stoveland Date: Thu, 3 Dec 2020 14:12:27 +0100 Subject: [PATCH] Update main.cpp --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 6e9f8ea..f5dc98c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,8 +15,8 @@ #define DELAYVAL 500 // Time (in milliseconds) to pause between pixels #ifndef STASSID -#define STASSID "Kára 2.4GHz" -#define STAPSK "SjokkAtPassordetErLangt" +#define STASSID "" +#define STAPSK "" #endif Adafruit_NeoPixel pixels(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800); @@ -364,4 +364,4 @@ void loop(void) { server.handleClient(); } } -} \ No newline at end of file +}