Skip to content

Commit 767967e

Browse files
authored
add Luckfox Pico board
1 parent ccca2b3 commit 767967e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/detect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
print("Is this an ASUS Tinker board?", detector.board.any_asus_tinker_board)
7070
print("Is this an STM32MP1 board?", detector.board.any_stm32mp1)
7171
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)
7273
print("Is this a generic Linux PC?", detector.board.generic_linux)
7374
print(
7475
"Is this an OS environment variable special case?", detector.board.os_environ_board

0 commit comments

Comments
 (0)