Skip to content

Commit 38e6868

Browse files
committed
clean up example code
1 parent 2ff55a2 commit 38e6868

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const char* password = <WIFI_KEY>;
4545
#define ALIAS "esp8266"
4646

4747
WiFiClient client;
48-
AuthClient *authclient;
4948

5049
int timer = 0;
5150
MicroGear microgear(client);

README.th.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const char* password = <WIFI_KEY>;
3838
#define ALIAS "esp8266"
3939

4040
WiFiClient client;
41-
AuthClient *authclient;
4241

4342
int timer = 0;
4443
MicroGear microgear(client);

examples/Basic/Basic.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const char* password = <WIFI_KEY>;
1313
#define ALIAS "esp8266"
1414

1515
WiFiClient client;
16-
AuthClient *authclient;
1716

1817
int timer = 0;
1918
MicroGear microgear(client);

examples/SecureConnect/SecureConnect.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const char* password = <WIFI_KEY>;
1717

1818
/* 1. Declare a client as WiFiClientSecure instead of WiFiClient. */
1919
WiFiClientSecure client;
20-
AuthClient *authclient;
2120

2221
int timer = 0;
2322
MicroGear microgear(client);

0 commit comments

Comments
 (0)