diff --git a/bin/detect.py b/bin/detect.py index e5ba8a1..ff609f9 100755 --- a/bin/detect.py +++ b/bin/detect.py @@ -24,10 +24,12 @@ print("Is this a Clockwork Pi board?", detector.board.any_clockwork_pi_board) print("Is this an embedded Linux system?", detector.board.any_embedded_linux) print("Is this a generic Linux PC?", detector.board.GENERIC_LINUX_PC) print("Is this a UDOO Bolt?", detector.board.UDOO_BOLT) -print("Is this an OS environment variable special case?", detector.board.FTDI_FT232H +print( + "Is this an OS environment variable special case?", + detector.board.FTDI_FT232H | detector.board.MICROCHIP_MCP2221 | detector.board.BINHO_NOVA - | detector.board.GREATFET_ONE + | detector.board.GREATFET_ONE, ) if detector.board.any_raspberry_pi: