mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
LP-595 Add comment about BL delay / vsense
This commit is contained in:
parent
90e75f0061
commit
74b43603fa
@ -76,6 +76,8 @@ int main()
|
||||
PIOS_Board_Init();
|
||||
PIOS_IAP_Init();
|
||||
|
||||
// Without vsense pin, need to wait for correct PIOS_USB_CableConnected detection.
|
||||
// This break DSM binding process but allows firmware rescue.
|
||||
PIOS_DELAY_WaitmS(500);
|
||||
|
||||
USB_connected = PIOS_USB_CableConnected(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user