Added handling of the POST message
This commit is contained in:
@@ -138,7 +138,7 @@ namespace XPC
|
|||||||
cur += 1 + buffer[cur];
|
cur += 1 + buffer[cur];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (head == "POSI")
|
else if (head == "POSI" || head == "POST")
|
||||||
{
|
{
|
||||||
char aircraft = buffer[5];
|
char aircraft = buffer[5];
|
||||||
float gear;
|
float gear;
|
||||||
|
|||||||
Reference in New Issue
Block a user