feat: add mqtt client version to repeater app and cli

This commit is contained in:
Jared Dohrman
2026-04-22 13:29:03 +10:00
parent b1a32fa56b
commit 46f0496865
8 changed files with 66 additions and 25 deletions
+4
View File
@@ -116,6 +116,10 @@ MQTTUplink::MQTTUplink(mesh::RTCClock& rtc, mesh::LocalIdentity& identity)
MQTT_LOG("uplink init");
}
const char* MQTTUplink::getClientVersion() const {
return CLIENT_VERSION;
}
bool MQTTUplink::savePrefs() {
return MQTTPrefsStore::save(_fs, _prefs);
}