Commit 940bf18
authored
Update neopixel.js to fix detection of RPi CM4 with Bookworm (#1098)
My CM4 Module has in /proc/cpuinfo no " : BCM" text string, so the check for RPi fails.
Instead it has a Model " : Raspberry Pi Compute Module 4 Rev 1.1" string.
The Check was updated to use BCM or "Raspberry Pi" to check for Raspberry Pi Hardware.1 parent 075be0a commit 940bf18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments