Skip to content

Commit

Permalink
add Luckfox Pico board
Browse files Browse the repository at this point in the history
  • Loading branch information
lugamodder authored May 8, 2024
1 parent ccca2b3 commit 767967e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
print("Is this an ASUS Tinker board?", detector.board.any_asus_tinker_board)
print("Is this an STM32MP1 board?", detector.board.any_stm32mp1)
print("Is this a MilkV board?", detector.board.any_milkv_board)
print("Is this a Luckfox Pico board?", detector.board.any_luckfox_pico_board)
print("Is this a generic Linux PC?", detector.board.generic_linux)
print(
"Is this an OS environment variable special case?", detector.board.os_environ_board
Expand Down

0 comments on commit 767967e

Please sign in to comment.