V16版本,idata不默认设置广播模式

This commit is contained in:
2024-08-16 10:31:50 +08:00
parent e24a8955a2
commit 724e691188
2 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,7 @@ public class IDataAdapter implements Adapter {
public Receiver() {
scannerInerface = new ScannerInerface(context);
scannerInerface.setOutputMode(1);
// scannerInerface.setOutputMode(1);
}
@Override