mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
USBMS: Fix to prevent having onboard mounted both on device and PC
This commit is contained in:
parent
5648b6351a
commit
89c9de1b1d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void usbmsSplash::usbmsLaunch()
|
||||||
}
|
}
|
||||||
|
|
||||||
string_writeconfig("/opt/ibxd", "onboard_unmount\n");
|
string_writeconfig("/opt/ibxd", "onboard_unmount\n");
|
||||||
QThread::msleep(500);
|
QThread::msleep(1000);
|
||||||
|
|
||||||
string_writeconfig("/opt/ibxd", "usbnet_stop\n");
|
string_writeconfig("/opt/ibxd", "usbnet_stop\n");
|
||||||
QThread::msleep(1000);
|
QThread::msleep(1000);
|
||||||
|
|
Loading…
Reference in a new issue