comment added
This commit is contained in:
parent
dedc2d8ff9
commit
26b8675374
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ fn mopp(speed: u8, data: &[u8]) -> Vec<u8> {
|
|||
(b'\'', ".----."),
|
||||
]);
|
||||
|
||||
let mut m = "01".to_owned();
|
||||
let mut m = "01".to_owned(); // protocol version
|
||||
m.push_str(&format!("{:06b}", serial));
|
||||
m.push_str(&format!("{:06b}", speed));
|
||||
|
||||
|
|
Loading…
Reference in a new issue