fixed example

This commit is contained in:
Dominik Maier 2020-12-09 00:31:12 +01:00
parent d17c281b55
commit 2f17068444

View File

@ -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" => {