diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index 3ff3c9709..58ec474ef 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -30,6 +30,15 @@ detectors: device: usb:1 ``` +Native Coral (Dev Board): + +```yaml +detectors: + coral: + type: edgetpu + device: '' +``` + Multiple PCIE/M.2 Corals: ```yaml @@ -42,15 +51,6 @@ detectors: device: pci:1 ``` -Native Corals (Dev Board): - -```yaml -detectors: - coral: - type: edgetpu - device: '' -``` - Mixing Corals: ```yaml