修复判断形意内核的bug

serial
Matthew 2 years ago
parent a6a4346823
commit 53cd8cc707

@ -777,7 +777,7 @@ public class MicroPhotoService extends Service {
public String getSystemInfo() {
boolean isXyPlatform = !mModelName.startsWith("ELE-");
boolean isXyPlatform = mModelName.startsWith("tb8788");
StringBuilder sb = new StringBuilder();

Loading…
Cancel
Save