Remove passwords / ssid
This commit is contained in:
parent
9f24dbe7f6
commit
571b472b54
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
#include "PixelBot.h"
|
#include "PixelBot.h"
|
||||||
|
|
||||||
char ssid[] = "ZimWeaver";
|
char ssid[] = "ssid";
|
||||||
char password[] = "***REMOVED***";
|
char password[] = "password";
|
||||||
|
|
||||||
PixelBot pixelBot;
|
PixelBot pixelBot;
|
||||||
|
|
||||||
|
|
Reference in a new issue