Skip to content

Commit

Permalink
now subscribing to the report topic
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Apr 19, 2024
1 parent 17f7061 commit dde7f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/rcll/java/RefboxTeamHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void start() throws MqttException {
this.mqttClient.subscribe(new String[]{
prepareBsInputTopic, prepareBsOutputTopic, prepareCs1Topic,
prepareCs2Topic, prepareDsTopic, prepareRs1Topic, prepareRs2Topic,
beaconRobot1Topic, beaconRobot2Topic, beaconRobot3Topic});
beaconRobot1Topic, beaconRobot2Topic, beaconRobot3Topic, reportMachineTopic});
}

@Override
Expand Down

0 comments on commit dde7f47

Please sign in to comment.