Skip to content

Commit d7edf1c

Browse files
committed
Update Basic.ino
1 parent 8eac432 commit d7edf1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Basic/Basic.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const char* password = <WIFI_KEY>;
1414
#define KEY <APPKEY>
1515
#define SECRET <APPSECRET>
1616
#define ALIAS "esp8266"
17-
#define SCOPE ""
1817

1918
WiFiClient client;
2019
AuthClient *authclient;
@@ -72,7 +71,7 @@ void setup() {
7271

7372
//uncomment the line below if you want to reset token -->
7473
//microgear.resetToken();
75-
microgear.init(KEY,SECRET,ALIAS,SCOPE);
74+
microgear.init(KEY,SECRET,ALIAS);
7675
microgear.connect(APPID);
7776
}
7877

0 commit comments

Comments
 (0)