Skip to content

Commit

Permalink
Update wifi_Utilities.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PanGalacticTech authored Mar 29, 2021
1 parent a084619 commit 83e5b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wifi_Utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const char* APpassword = "12345678"; //Router Password - PASSWO
#define USE_DEFAULT_IP false

// Variables for Local network (Station)
//const char* STssid = "EE-Hub-G3ge";
//const char* STpassword = "stock-led-HALF";
const char* STssid = "Skyrora_Works";
const char* STpassword = "Barbos_1243%";
//const char* STssid = "HOME_SSID";
//const char* STpassword = "HOME_PASS";
const char* STssid = "WORK_SSID";
const char* STpassword = "WORK_PASS";


#define USE_STATIC_IP true // Only effects parameters when in station mode
Expand Down

0 comments on commit 83e5b33

Please sign in to comment.