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 d0d36d1 commit a5eb09dCopy full SHA for a5eb09d
bin/detect.py
@@ -24,9 +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?",
28
- detector.board.FTDI_FT232H | detector.board.MICROCHIP_MCP2221 |
29
- detector.board.BINHO_NOVA | 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 |
30
+ detector.board.GREATFET_ONE
31
)
32
33
if detector.board.any_raspberry_pi:
0 commit comments