1
0
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:
Laurent Lalanne 2018-04-13 13:55:10 +02:00
parent 90e75f0061
commit 74b43603fa

View File

@ -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);