We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76eae3 commit 83bd703Copy full SHA for 83bd703
Software/Arduino code/OpenAstroTracker/Globals.hpp
@@ -85,10 +85,10 @@ extern byte PolarisRASecond;
85
#define ESPBOARD
86
#define HEADLESS_CLIENT
87
#define WIFI_ENABLED
88
- #define INFRA_SSID "Clutchplate"
89
- #define INFRA_WPAKEY "36FA8A7748"
+ #define INFRA_SSID "yourSSID"
+ #define INFRA_WPAKEY "yourWPAkey"
90
#define OAT_WPAKEY "superSecret"
91
- #define HOSTNAME "OATScope"
+ #define HOSTNAME "OATerScope"
92
// 0 - Infrastructure Only - Connecting to a Router
93
// 1 - AP Mode Only - Acting as a Router
94
// 2 - Attempt Infrastructure, Fail over to AP Mode.
0 commit comments