Hardcode WiFi and server credentials moved to top of file for testing
This commit is contained in:
parent
5f2ddc8ce3
commit
f1ee068c0c
|
@ -14,9 +14,9 @@
|
||||||
#include <Preferences.h>
|
#include <Preferences.h>
|
||||||
|
|
||||||
// Hardcode WiFi credentials and server if needed
|
// Hardcode WiFi credentials and server if needed
|
||||||
const String WIFI_NAME="Lynn Street Rugs";
|
const String WIFI_NAME="WIFI NAME HERE";
|
||||||
const String WIFI_PASSWORD="7TuftWork9!";
|
const String WIFI_PASSWORD="WIFI PASSWORD HERE";
|
||||||
const String SERVER_URL="http://192.168.0.55:10101";
|
const String SERVER_URL="SERVER URL HERE";
|
||||||
|
|
||||||
Preferences preferences;
|
Preferences preferences;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue