Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 31, 2024
1 parent 5bf3734 commit ac210e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding/nodejs/src/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ function getLinuxPlatform(): string {
switch (cpuPart) {
case "0xc07":
case "0xd03":
case "0xd08": return PLATFORM_RASPBERRY_PI;
case "0xd08":
case "0xd0b": return PLATFORM_RASPBERRY_PI;
case "0xd07": return PLATFORM_JETSON;
case "0xc08": return PLATFORM_BEAGLEBONE;
default:
Expand Down

0 comments on commit ac210e9

Please sign in to comment.