Skip to content

Commit bca962c

Browse files
authored
Merge pull request #393 from vdoom/fix_for_older_orin_nano_super
Fix for detecting older Orin Nano with "SUPER" variant of firmware
2 parents 635177c + e170f09 commit bca962c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
(
428428
"nvidia,p3509-0000+p3767-0003",
429429
"nvidia,p3768-0000+p3767-0003",
430+
"nvidia,p3768-0000+p3767-0003-super",
430431
"nvidia,p3509-0000+p3767-0004",
431432
"nvidia,p3768-0000+p3767-0004",
432433
"nvidia,p3509-0000+p3767-0005",

0 commit comments

Comments
 (0)