We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cc89d commit ec8bc5fCopy full SHA for ec8bc5f
data/src/main/java/com/github/umercodez/sensorspot/data/sensorpublisher/MqttConfig.kt
@@ -22,7 +22,7 @@ import com.github.umercodez.sensorspot.data.repositories.settings.Settings
22
23
24
object MqttConfigDefaults{
25
- const val BROKER_ADDRESS = "broker.hivemq.com"
+ const val BROKER_ADDRESS = "broker.emqx.io"
26
const val BROKER_PORT = 1883
27
const val QOS = 0
28
const val TOPIC = "android/sensor"
0 commit comments