Hardcode WiFi and server credentials moved to top of file for testing

This commit is contained in:
human-bee 2024-08-23 18:50:53 -07:00
parent 5f2ddc8ce3
commit f1ee068c0c
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
#include <Preferences.h>
// Hardcode WiFi credentials and server if needed
const String WIFI_NAME="Lynn Street Rugs";
const String WIFI_PASSWORD="7TuftWork9!";
const String SERVER_URL="http://192.168.0.55:10101";
const String WIFI_NAME="WIFI NAME HERE";
const String WIFI_PASSWORD="WIFI PASSWORD HERE";
const String SERVER_URL="SERVER URL HERE";
Preferences preferences;