File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ const char* password = <WIFI_KEY>;
4545#define ALIAS "esp8266"
4646
4747WiFiClient client;
48- AuthClient *authclient;
4948
5049int timer = 0 ;
5150MicroGear microgear (client);
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ const char* password = <WIFI_KEY>;
3838#define ALIAS "esp8266"
3939
4040WiFiClient client;
41- AuthClient *authclient;
4241
4342int timer = 0 ;
4443MicroGear microgear (client);
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const char* password = <WIFI_KEY>;
1313#define ALIAS " esp8266"
1414
1515WiFiClient client;
16- AuthClient *authclient;
1716
1817int timer = 0 ;
1918MicroGear microgear (client);
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const char* password = <WIFI_KEY>;
1717
1818/* 1. Declare a client as WiFiClientSecure instead of WiFiClient. */
1919WiFiClientSecure client;
20- AuthClient *authclient;
2120
2221int timer = 0 ;
2322MicroGear microgear (client);
You can’t perform that action at this time.
0 commit comments