Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocarnelos committed May 18, 2024
1 parent d0afc0a commit 2dd3797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sailtrack-kalman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ fn main() {

// TODO: Add username and password authentication
let mut mqqt_opts = MqttOptions::new("sailtrack-kalman", "192.168.42.1", 1883);
mqqt_opts.set_credentials("mosquitto","sailtrack");
mqqt_opts.set_credentials("mosquitto", "sailtrack");

let (client, mut connection) = Client::new(mqqt_opts, 10);
client.subscribe("sensor/gps0", QoS::AtMostOnce).unwrap();
Expand Down

0 comments on commit 2dd3797

Please sign in to comment.