霍尼维尔的EDA50P扫描正常
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user