This commit is contained in:
siddacious 2019-09-03 11:36:47 -07:00
parent 75383f8585
commit b280a82702

View file

@ -56,6 +56,7 @@
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
char ssid[] = SECRET_SSID; // your network SSID (name)
char pass[] = SECRET_PASS; // your network password (use for WPA, or use as key for WEP)
int status = WL_IDLE_STATUS; // the Wifi radio's status
void setup() {