finished merging

Former-commit-id: a6b0822840034687ea37ab6088a55b149a47cff3
This commit is contained in:
Nathan 2017-09-11 17:48:38 -05:00
parent 2dbd863054
commit 2a7f82a01c
3 changed files with 1 additions and 12 deletions

View file

@ -572,7 +572,6 @@ void interactiveShowData(void) {
printf("\n "); printf("\n ");
} }
<<<<<<< HEAD
if ((now - a->seen) > 30 ) { if ((now - a->seen) > 30 ) {
printf("\x1B[1;30m%-8s%5s %4s %5s %c%c %d", printf("\x1B[1;30m%-8s%5s %4s %5s %c%c %d",
a->flight, a->flight,
@ -590,16 +589,6 @@ void interactiveShowData(void) {
cLat, cLon, cLat, cLon,
(int)((float)signalAverage/25.0f)); (int)((float)signalAverage/25.0f));
} }
=======
printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%4s \x1B[1;34m%5s \x1B[1;36m%c%c \x1B[1;35m%d",
a->flight,
strFl,
strGs,
strD,
cLat, cLon,
(int)((float)signalAverage/25.0f));
>>>>>>> 474b6b928fbf41ebad522ee55fae952c481aabf5
if(d<5) { if(d<5) {
printf("%ls",L"\x1B[1;37m│\n└──────────────────────────────┘"); printf("%ls",L"\x1B[1;37m│\n└──────────────────────────────┘");

Binary file not shown.

View file

@ -1 +1 @@
f8df326f25fd1b7dcebda663d33f6c93ea268776 18958032218e1a8e0ef5b79733e5e4b9dd540f61