mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: update client proxy MQTT topic
reference: https://github.com/meshtastic/firmware/pull/3353
This commit is contained in:
parent
69765b05e6
commit
6b8814cd87
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue