diff --git a/src/main.rs b/src/main.rs index 4a91456..3a901e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -66,7 +66,7 @@ fn mopp(speed: u8, data: &[u8]) -> Vec { (b'\'', ".----."), ]); - let mut m = "01".to_owned(); // protocol version + let mut m = "01".to_owned(); // protocol version 1 m.push_str(&format!("{:06b}", serial)); m.push_str(&format!("{:06b}", speed));