We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98705da commit 5630c13Copy full SHA for 5630c13
Firmware/RTK_Everywhere/MQTT_Client.ino
@@ -122,8 +122,6 @@ static int mqttClientConnectionAttemptsTotal; // Count the number of connection
122
123
static volatile uint32_t mqttClientLastDataReceived; // Last time data was received via MQTT
124
125
-static char *mqttClientPrivateKeyBuffer; // Buffer for client private key
126
-
127
static RTKNetworkSecureClient *mqttSecureClient;
128
129
static volatile uint8_t mqttClientState = MQTT_CLIENT_OFF;
0 commit comments