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 710f368 commit d0d36d1Copy full SHA for d0d36d1
bin/detect.py
@@ -25,8 +25,8 @@
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
+ detector.board.FTDI_FT232H | detector.board.MICROCHIP_MCP2221 |
+ detector.board.BINHO_NOVA | detector.board.GREATFET_ONE
30
)
31
32
if detector.board.any_raspberry_pi:
0 commit comments