mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
comment out sendReset command so that the CLI tool will upload firmware to hardware.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2128 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
6584acd0e2
commit
884421d5e6
@ -25,7 +25,7 @@ OP_DFU::OP_DFU(bool _debug): debug(_debug)
|
||||
}
|
||||
if(debug)
|
||||
qDebug() << numDevices << " device(s) opened";
|
||||
sendReset();
|
||||
//sendReset();
|
||||
}
|
||||
void OP_DFU::sendReset(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user