From 03e756dd27082ea665be03638a21e5d51ab7f895 Mon Sep 17 00:00:00 2001 From: zacho112 Date: Mon, 14 Jun 2021 19:31:09 +0200 Subject: [PATCH] Update detectors.md --- docs/docs/configuration/detectors.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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