2.3 适配IOT_Device:sc55g PDA 广播模式

This commit is contained in:
2024-12-31 14:02:52 +08:00
parent cdc07256ee
commit ce30c6cf7b
4 changed files with 63 additions and 2 deletions

View File

@ -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();