Update ezcoo.md (#896)

Swapped versions in the docs as the USB 3.0 version is sold more while the USB 2.0 reached EOL.
This commit is contained in:
arch1mede 2022-12-20 16:48:10 -08:00 committed by GitHub
parent 24bfc6b56b
commit 23672e86b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -43,6 +43,7 @@ The UI can be updated to add buttons to switch between KVM inputs and indicators
drivers: drivers:
ez: ez:
type: ezcoo type: ezcoo
protocal: 2
device: /dev/ttyUSB0 device: /dev/ttyUSB0
scheme: scheme:
ch0_led: ch0_led:
@ -113,10 +114,9 @@ The UI can be updated to add buttons to switch between KVM inputs and indicators
To switch between hosts, enter the KVM UI and click the "GPIO" menu. You should see 4 inputs, one of which will have a green circle indicating it is currently selected. Click the other inputs to change the selected host. To switch between hosts, enter the KVM UI and click the "GPIO" menu. You should see 4 inputs, one of which will have a green circle indicating it is currently selected. Click the other inputs to change the selected host.
## Additional step for the USB 2.0 version (Old EOL version)
## Additional step for the USB 3.0 version Please remove `protocol: 2` to the override.yaml under the `type: ezcoo` at the same level:
Please add `protocol: 2` to the override.yaml under the `type: ezcoo` at the same level:
```yaml ```yaml
kvmd: kvmd:
@ -124,11 +124,9 @@ kvmd:
drivers: drivers:
ez: ez:
type: ezcoo type: ezcoo
protocol: 2
device: /dev/ttyUSB0 device: /dev/ttyUSB0
``` ```
## Developer info ## Developer info
* [The official protocol version 1 reference](ezcoo1.docx) * [The official protocol version 1 reference](ezcoo1.docx)
* ??? example "Differences between protocols 1 and 2" * ??? example "Differences between protocols 1 and 2"