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"
|
||||
|
||||
char ssid[] = "ZimWeaver";
|
||||
char password[] = "***REMOVED***";
|
||||
char ssid[] = "ssid";
|
||||
char password[] = "password";
|
||||
|
||||
PixelBot pixelBot;
|
||||
|
||||
|
|
Reference in a new issue