fix: require configured mqtt iata before broker connect

This commit is contained in:
Jared Dohrman
2026-04-20 22:30:06 +10:00
rodzic 073280638e
commit bf57f342b3
9 zmienionych plików z 125 dodań i 39 usunięć
+1
Wyświetl plik
@@ -111,6 +111,7 @@ private:
static constexpr uint8_t kLetsmeshUsBit = 0x04;
static constexpr uint8_t kMaxEnabledBrokers = 2;
static const BrokerSpec kBrokerSpecs[3];
static bool isUnsetIataValue(const char* iata);
BrokerState _brokers[3];