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:
Kai Lehmkuehler
2019-11-06 17:45:54 +01:00
committed by Jason Watkins
parent 662ec2bf20
commit 1fd6400a98
5 changed files with 116 additions and 14 deletions

View File

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