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 ccca2b3 commit 767967eCopy full SHA for 767967e
bin/detect.py
@@ -69,6 +69,7 @@
69
print("Is this an ASUS Tinker board?", detector.board.any_asus_tinker_board)
70
print("Is this an STM32MP1 board?", detector.board.any_stm32mp1)
71
print("Is this a MilkV board?", detector.board.any_milkv_board)
72
+print("Is this a Luckfox Pico board?", detector.board.any_luckfox_pico_board)
73
print("Is this a generic Linux PC?", detector.board.generic_linux)
74
print(
75
"Is this an OS environment variable special case?", detector.board.os_environ_board
0 commit comments