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 8eac432 commit d7edf1cCopy full SHA for d7edf1c
examples/Basic/Basic.ino
@@ -14,7 +14,6 @@ const char* password = <WIFI_KEY>;
14
#define KEY <APPKEY>
15
#define SECRET <APPSECRET>
16
#define ALIAS "esp8266"
17
-#define SCOPE ""
18
19
WiFiClient client;
20
AuthClient *authclient;
@@ -72,7 +71,7 @@ void setup() {
72
71
73
//uncomment the line below if you want to reset token -->
74
//microgear.resetToken();
75
- microgear.init(KEY,SECRET,ALIAS,SCOPE);
+ microgear.init(KEY,SECRET,ALIAS);
76
microgear.connect(APPID);
77
}
78
0 commit comments