Skip to content

Commit

Permalink
Fix #464, distinguish ray and firefish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Jan 25, 2025
1 parent acc196f commit 4bc4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/qml/pages/PairSelectDeviceType.qml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PageListPL {
ListElement {
deviceType: "AsteroidOS"
icon: "../pics/devices/asteroidos.png"
pattern: "bass|sturgeon|narwhal|sparrow|dory|lenok|catfish|carp|smelt|anthias|pike|sawfish|ray/firefish|beluga|skipjack|koi|mooneye|swift|nemo|hoki|minnow|tetra|sprat|kingyo|medaka"
pattern: "bass|sturgeon|narwhal|sparrow|dory|lenok|catfish|carp|smelt|anthias|pike|sawfish|ray|firefish|beluga|skipjack|koi|mooneye|swift|nemo|hoki|minnow|tetra|sprat|kingyo|medaka"
}
ListElement {
deviceType: "Amazfit Bip Watch"
Expand Down

0 comments on commit 4bc4d3d

Please sign in to comment.