Skip to content

Commit

Permalink
clang src/network_interfaces/Wippersnapper_AIRLIFT.h
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Apr 11, 2022
1 parent aa40565 commit 833a68a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/network_interfaces/Wippersnapper_AIRLIFT.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ class Wippersnapper_AIRLIFT : public Wippersnapper {
const char *connectionType() { return "AIRLIFT"; }

protected:
const char *_ssid; /*!< Network SSID. */
const char *_pass; /*!< Network password. */
const char *_mqttBrokerURL; /*!< MQTT broker URL. */
String _fv; /*!< nina-fw firmware version. */
int _ssPin = -1; /*!< SPI S.S. pin. */
int _ackPin = -1; /*!< SPI ACK pin. */
int _rstPin = -1; /*!< SPI RST pin. */
int _gpio0Pin = -1; /*!< SPI GPIO0 pin, unused. */
WiFiSSLClient *_mqtt_client; /*!< Instance of a secure WiFi client. */
const char *_ssid; /*!< Network SSID. */
const char *_pass; /*!< Network password. */
const char *_mqttBrokerURL; /*!< MQTT broker URL. */
String _fv; /*!< nina-fw firmware version. */
int _ssPin = -1; /*!< SPI S.S. pin. */
int _ackPin = -1; /*!< SPI ACK pin. */
int _rstPin = -1; /*!< SPI RST pin. */
int _gpio0Pin = -1; /*!< SPI GPIO0 pin, unused. */
WiFiSSLClient *_mqtt_client; /*!< Instance of a secure WiFi client. */
SPIClass *_wifi; /*!< Instance of the SPI bus used by the AirLift. */

/**************************************************************************/
Expand Down

0 comments on commit 833a68a

Please sign in to comment.