removed support for CC25XX SOC

This commit is contained in:
strawmanbobi
2025-10-24 17:13:49 +08:00
parent 56a4ee17ef
commit c49c09879f
4 changed files with 4 additions and 13 deletions

View File

@@ -46,12 +46,12 @@ public class IRDecode {
}
return mInstance;
}
private IRDecode() {
String libPath = "/data/irext/libirdecode_jni.so";
System.out.println("loading decode library " + libPath);
System.load(libPath);
}
public String getVersion() {
return irGetVersion();
}