Remove passwords / ssid

This commit is contained in:
Starbeamrainbowlabs 2016-10-21 21:51:53 +01:00
parent 9f24dbe7f6
commit 571b472b54
1 changed files with 2 additions and 2 deletions

View File

@ -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;