mirror of https://github.com/ArduPilot/ardupilot
Added the Binary command
git-svn-id: https://arducopter.googlecode.com/svn/trunk@341 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
7d5fbed772
commit
4625fb64b6
|
@ -41,6 +41,8 @@ GPS_MTK_Class::GPS_MTK_Class()
|
|||
// Public Methods //////////////////////////////////////////////////////////////
|
||||
void GPS_MTK_Class::Init(void)
|
||||
{
|
||||
delay(200);
|
||||
Serial.print("$PGCMD,16,0,0,0,0,0*6A\r\n");
|
||||
ck_a=0;
|
||||
ck_b=0;
|
||||
UBX_step=0;
|
||||
|
|
Loading…
Reference in New Issue