Skip to content

Commit 5630c13

Browse files
committed
Remove duplicate mqttClientPrivateKeyBuffer from conflict
1 parent 98705da commit 5630c13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Everywhere/MQTT_Client.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ static int mqttClientConnectionAttemptsTotal; // Count the number of connection
122122

123123
static volatile uint32_t mqttClientLastDataReceived; // Last time data was received via MQTT
124124

125-
static char *mqttClientPrivateKeyBuffer; // Buffer for client private key
126-
127125
static RTKNetworkSecureClient *mqttSecureClient;
128126

129127
static volatile uint8_t mqttClientState = MQTT_CLIENT_OFF;

0 commit comments

Comments
 (0)