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:
Jef Driesen 2019-09-06 10:31:29 +02:00
parent f801b512c3
commit ffeb6b2447

View File

@ -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",
};