Skip to content

Commit 83bd703

Browse files
V1.7.07a - Updates
- Wifi config
1 parent a76eae3 commit 83bd703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Software/Arduino code/OpenAstroTracker/Globals.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ extern byte PolarisRASecond;
8585
#define ESPBOARD
8686
#define HEADLESS_CLIENT
8787
#define WIFI_ENABLED
88-
#define INFRA_SSID "Clutchplate"
89-
#define INFRA_WPAKEY "36FA8A7748"
88+
#define INFRA_SSID "yourSSID"
89+
#define INFRA_WPAKEY "yourWPAkey"
9090
#define OAT_WPAKEY "superSecret"
91-
#define HOSTNAME "OATScope"
91+
#define HOSTNAME "OATerScope"
9292
// 0 - Infrastructure Only - Connecting to a Router
9393
// 1 - AP Mode Only - Acting as a Router
9494
// 2 - Attempt Infrastructure, Fail over to AP Mode.

0 commit comments

Comments
 (0)