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
.send_buf(TAG_SIMPLE_U32_V1, &counter.to_le_bytes())
.unwrap();
prinln!("Writing", counter);
thread::sleep(Duration::from_secs(1))
}
}
"adder" => {