You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdafruitIO_AIRLIFT(constchar *user, constchar *key, constchar *ssid, constchar *pass, int ssPin, int ackPin, int rstPin, int gpio0Pin, SPIClass& wifi) : AdafruitIO(user, key)
60
+
AdafruitIO_AIRLIFT(constchar *user, constchar *key, constchar *ssid, constchar *pass, int ssPin, int ackPin, int rstPin, int gpio0Pin) : AdafruitIO(user, key)
62
61
{
63
-
_wifi = wifi;
64
62
_ssPin = ssPin;
65
63
_ackPin = ackPin;
66
64
_rstPin = rstPin;
@@ -144,8 +142,6 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
144
142
String _fv = "0.0.0";
145
143
int _ssPin, _ackPin, _rstPin, _gpio0Pin = -1;
146
144
147
-
SPIClass& _wifi;
148
-
149
145
WiFiSSLClient *_http_client;
150
146
WiFiSSLClient *_mqtt_client;
151
147
@@ -159,7 +155,7 @@ class AdafruitIO_AIRLIFT : public AdafruitIO {
0 commit comments