Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.cpp #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update main.cpp
redrei authored Dec 3, 2020
commit 984240b56a99b5fabcb14df1cb26d95ec2aab1b4
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -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();
}
}
}
}