fixed example
This commit is contained in:
parent
d17c281b55
commit
2f17068444
@ -102,6 +102,8 @@ fn main() {
|
|||||||
client
|
client
|
||||||
.send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes())
|
.send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes())
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
prinln!("Writing", counter);
|
||||||
|
thread::sleep(Duration::from_secs(1))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
"adder" => {
|
"adder" => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user