Remove previous static bool

This commit is contained in:
Eric Severance 2024-12-24 15:15:09 -08:00
parent 72a7ed06d3
commit feea5a22b0
No known key found for this signature in database
GPG Key ID: F19AABB5E1EA1B5F

View File

@ -46,7 +46,6 @@ constexpr int reconnectMax = 5;
static uint8_t bytes[meshtastic_MqttClientProxyMessage_size + 30]; // 12 for channel name and 16 for nodeid static uint8_t bytes[meshtastic_MqttClientProxyMessage_size + 30]; // 12 for channel name and 16 for nodeid
static bool isMqttServerAddressPrivate = false; static bool isMqttServerAddressPrivate = false;
static bool isDefaultMqttServer;
// meshtastic_ServiceEnvelope that automatically releases dynamically allocated memory when it goes out of scope. // meshtastic_ServiceEnvelope that automatically releases dynamically allocated memory when it goes out of scope.
struct DecodedServiceEnvelope : public meshtastic_ServiceEnvelope { struct DecodedServiceEnvelope : public meshtastic_ServiceEnvelope {