Skip to content

Commit ec8bc5f

Browse files
committed
build: Update default MQTT broker to broker.emqx.io
1 parent 01cc89d commit ec8bc5f

File tree

1 file changed

+1
-1
lines changed
  • data/src/main/java/com/github/umercodez/sensorspot/data/sensorpublisher

1 file changed

+1
-1
lines changed

data/src/main/java/com/github/umercodez/sensorspot/data/sensorpublisher/MqttConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import com.github.umercodez.sensorspot.data.repositories.settings.Settings
2222

2323

2424
object MqttConfigDefaults{
25-
const val BROKER_ADDRESS = "broker.hivemq.com"
25+
const val BROKER_ADDRESS = "broker.emqx.io"
2626
const val BROKER_PORT = 1883
2727
const val QOS = 0
2828
const val TOPIC = "android/sensor"

0 commit comments

Comments
 (0)