We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eb09d commit 0de104cCopy full SHA for 0de104c
bin/detect.py
@@ -24,10 +24,10 @@
24
print("Is this an embedded Linux system?", detector.board.any_embedded_linux)
25
print("Is this a generic Linux PC?", detector.board.GENERIC_LINUX_PC)
26
print("Is this a UDOO Bolt?", detector.board.UDOO_BOLT)
27
-print("Is this an OS environment variable special case?", detector.board.FTDI_FT232H |
28
- detector.board.MICROCHIP_MCP2221 |
29
- detector.board.BINHO_NOVA |
30
- detector.board.GREATFET_ONE
+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
31
)
32
33
if detector.board.any_raspberry_pi:
0 commit comments