Skip to content

Commit

Permalink
add device
Browse files Browse the repository at this point in the history
  • Loading branch information
h11g committed Oct 15, 2020
1 parent 4f8c238 commit d12ed38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SupporterManager<T extends IScannerManager> {
public enum ScannerSupporter {
SUNMI("SUNMI"), alps("alps"), SEUIC("SEUIC"), UBX("UBX"), OTHER("OTHER"), idata("idata"),
SG6900("SG6900"), HT380K("HT380K"), MT6210("NLS-MT6210"), MT9210("NLS-MT9210"),
MT90("NLS-MT90"), PDA("PDA"), PDT90F("PDT-90F");
MT90("NLS-MT90"), MT66("NLS-MT66"), PDA("PDA"), PDT90F("PDT-90F");

private String name;

Expand Down Expand Up @@ -78,6 +78,7 @@ public SupporterManager(Context context, @NonNull IScanListener listener) {
case MT6210:
case MT9210:
case MT90:
case MT66:
scannerManager = (T) MT6210ScannerManager.getInstance(context);
break;
case UBX:
Expand Down

0 comments on commit d12ed38

Please sign in to comment.