Fix issue #9.
@ -402,8 +402,7 @@ static void md380_upload(radio_device_t *radio, int cont_flag)
//
static int md380_is_compatible(radio_device_t *radio)
{
return strncmp("DfuSe", (char*)&radio_mem[0], 5) == 0 &&
strncmp("DR780", (char*)&radio_mem[0x125], 5) == 0;
return 1;
}
The note is not visible to the blocked user.