Added handling of the POST message

This commit is contained in:
Norman Princen
2020-05-02 14:10:37 -07:00
committed by GitHub
parent 9869a448d8
commit 2d3e9ccc24

View File

@@ -138,7 +138,7 @@ namespace XPC
cur += 1 + buffer[cur];
}
}
else if (head == "POSI")
else if (head == "POSI" || head == "POST")
{
char aircraft = buffer[5];
float gear;