We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b252167 commit 7c500dfCopy full SHA for 7c500df
pkg/board/board.go
@@ -82,7 +82,7 @@ func identifyUnoQ(p *rpc.DetectedPort) {
82
}
83
84
var onBoard = sync.OnceValue(func() bool {
85
- var boardNames = []string{"UNO Q\n", "Imola\n", "Inc. Robotics RB1\n"}
+ var boardNames = []string{"Imola\n", "Inc. Robotics RB1\n"}
86
buf, err := os.ReadFile("/sys/class/dmi/id/product_name")
87
if err == nil && slices.Contains(boardNames, string(buf)) {
88
return true
0 commit comments