Update the Shearwater Nerd bluetooth names
Add the Shearwater Nerd 2 bluetooth device name. The change to uppercase is purely cosmetic. The string comparisions are not case-sensitive. But for documentation purposes it's good practice to list the exact name as reported by the device.
This commit is contained in:
parent
f801b512c3
commit
ffeb6b2447
@ -530,7 +530,8 @@ static int dc_filter_shearwater (dc_transport_t transport, const void *userdata)
|
||||
static const char * const bluetooth[] = {
|
||||
"Predator",
|
||||
"Petrel",
|
||||
"Nerd",
|
||||
"NERD",
|
||||
"NERD 2",
|
||||
"Perdix",
|
||||
"Teric",
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user