修复微拍副机拍照缺少路由的bug

lowmem
liuguijing 4 weeks ago
parent 8bff5f0741
commit 1b40738b71

@ -1798,7 +1798,7 @@ public class MicroPhotoService extends Service {
public void setStaticNetwork(final String iface, final String ip, final String netmask, final String gateway)
{
if (getCustomAppId() == 2 || getCustomAppId() == 1) {
// if (getCustomAppId() == 2) {
// N938
new Thread(new Runnable() {
@Override
@ -1806,7 +1806,7 @@ public class MicroPhotoService extends Service {
setStaticNetwork(iface, ip, gateway, "192.168.68.0", 24);
}
}).start();
}
// }
if (!TextUtils.equals("0.0.0.0", ip)) {
if (false) {

Loading…
Cancel
Save