Skip to content

Commit

Permalink
Remove duplicate mqttClientPrivateKeyBuffer from conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Jun 26, 2024
1 parent 98705da commit 5630c13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Firmware/RTK_Everywhere/MQTT_Client.ino
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ static int mqttClientConnectionAttemptsTotal; // Count the number of connection

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

static char *mqttClientPrivateKeyBuffer; // Buffer for client private key

static RTKNetworkSecureClient *mqttSecureClient;

static volatile uint8_t mqttClientState = MQTT_CLIENT_OFF;
Expand Down

0 comments on commit 5630c13

Please sign in to comment.