Skip to content

Commit

Permalink
refactor: update client proxy MQTT topic
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir committed Mar 12, 2024
1 parent 69765b0 commit 6b8814c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6b8814c

Please sign in to comment.