Terrain height probe (#186)
* ignore binaries * Add terrain probe * requested changes part 1 * try mac os build check * Revert "try mac os build check" This reverts commit 46fa8adde4f825c3a7f2a8bea7f543ad55a79765. * update debug message label
This commit is contained in:
committed by
Jason Watkins
parent
662ec2bf20
commit
1fd6400a98
@@ -121,7 +121,7 @@ namespace XPC
|
||||
}
|
||||
Log::WriteLine(LOG_DEBUG, "DBUG", ss.str());
|
||||
}
|
||||
else if (head == "GETC" || head == "GETP")
|
||||
else if (head == "GETC" || head == "GETP" || head == "GETT")
|
||||
{
|
||||
ss << " Aircraft:" << (int)buffer[5];
|
||||
Log::WriteLine(LOG_DEBUG, "DBUG", ss.str());
|
||||
|
||||
Reference in New Issue
Block a user