Update wifi_credentials.h

This commit is contained in:
Sasa Karanovic
2021-10-22 00:32:28 -04:00
committed by GitHub
parent 626d8dd1a4
commit 207c8598f0
@@ -1,7 +1,7 @@
#ifndef __WIFI_CRED_CFG
#define __WIFI_CRED_CFG
const char* ssid = "Koshon";
const char* password = "sxdcfvgbhnjmk";
const char* ssid = "Your-SSID";
const char* password = "Your-WiFi-Password";
#endif