霍尼维尔的EDA51扫描适配

This commit is contained in:
wujie
2023-04-10 16:17:49 +08:00
parent 27216aa2af
commit 2485332d77
3 changed files with 13 additions and 6 deletions

View File

@ -86,7 +86,8 @@ public class MainActivity extends AppCompatActivity implements ResultListener{
case ALPS:
adapter = new AlpsAdapter(this, this);
break;
case HONEY_WELL:
case HONEY_WELL_EDA50P:
case HONEY_WELL_EDA51:
adapter = new HoneywellAdapter(this, this);
break;
}