Style cleanup.

This commit is contained in:
Ian Gulliver
2016-02-17 04:45:23 +00:00
parent 2da171f3e0
commit a8f1cb5767

View File

@@ -46,11 +46,12 @@ external time, but receiving software can calculate its offset from other
receiving stations across multiple packets, and then use the differences between receiving stations across multiple packets, and then use the differences between
station receive timing to calculate signal source position. station receive timing to calculate signal source position.
FlightAware's dump1090 fork sends 0x000000000000 when it has no MLAT data. FlightAware's dump1090 fork sends `0x00 0x00 0x00 0x00 0x00 0x00` when it has
no MLAT data.
## RSSI ## RSSI
FlightAware's dump1090 fork sends 0xff when it has no RSSI data. FlightAware's dump1090 fork sends `0xff` when it has no RSSI data.
## Examples ## Examples