refactor: update client proxy MQTT topic

reference: https://github.com/meshtastic/firmware/pull/3353
This commit is contained in:
andrekir 2024-03-11 22:24:05 -03:00
parent 69765b05e6
commit 6b8814cd87

View file

@ -41,7 +41,7 @@ class MQTTRepository @Inject constructor(
private const val DEFAULT_QOS = 1
private const val DEFAULT_TOPIC_ROOT = "msh"
private const val STAT_TOPIC_LEVEL = "/2/stat/"
private const val DEFAULT_TOPIC_LEVEL = "/2/c/"
private const val DEFAULT_TOPIC_LEVEL = "/2/e/"
private const val JSON_TOPIC_LEVEL = "/2/json/"
private const val DEFAULT_SERVER_ADDRESS = "mqtt.meshtastic.org"
}