mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-22 17:34:25 +00:00
Remove previous static bool
This commit is contained in:
parent
72a7ed06d3
commit
feea5a22b0
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user