霍尼维尔的EDA50P扫描正常

This commit is contained in:
wujie
2023-04-10 15:37:18 +08:00
parent 2c72ce04f6
commit 27216aa2af
5 changed files with 17 additions and 7 deletions

View File

@ -86,6 +86,9 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
case ALPS:
adapter = new AlpsAdapter(this, this);
break;
case HONEY_WELL:
adapter = new HoneywellAdapter(this, this);
break;
}
if (null != adapter) {
adapter.start();