2.4 适配 qualcomm:mc50 PDA 广播模式
This commit is contained in:
@ -167,6 +167,9 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
|
||||
case IOT_DEVICE:
|
||||
adapter = new IOT_DeviceAdapter(this, this);
|
||||
break;
|
||||
case QUALCOMM:
|
||||
adapter = new QualcommAdapter(this, this);
|
||||
break;
|
||||
}
|
||||
if (null != adapter) {
|
||||
adapter.start();
|
||||
|
||||
Reference in New Issue
Block a user