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