added wifi connection and menu showing connection details
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef WIFI_CREDENTIALS_H
|
||||
#define WIFI_CREDENTIALS_H
|
||||
|
||||
const char WIFI_SSID[] = "your-wifi-name";
|
||||
const char WIFI_PASSWORD[] = "your-wifi-password";
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user