improve text example, fix example in README
This commit is contained in:
parent
548c957bf4
commit
312fff95b3
2 changed files with 9 additions and 13 deletions
|
@ -33,7 +33,7 @@ fn main() {
|
|||
.expect("connection failed");
|
||||
|
||||
// clear screen content
|
||||
connection.send(servicepoint2::Command::Clear)
|
||||
connection.send(servicepoint2::Command::Clear.into())
|
||||
.expect("send failed");
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue