esp8266-nanoleaf-webserver/Secrets.h

6 lines
147 B
C
Raw Normal View History

const char WiFiAPPSK[] = "your-password";
// Wi-Fi network to connect to (if not in AP mode)
char* ssid = "WLAN23";
char* password = "57erChevy";