diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 0ddbee47..1bfe1957 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1590,7 +1590,7 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c time_t rebootTime = GetRebootTime(); if (ts - rebootTime > 1800) { - Reboot(REBOOT_TYPE_DEVICE, false, "Ethernet Not Existing"); + Reboot(REBOOT_TYPE_DEVICE, true, "Ethernet Not Existing"); } }