adjusted colors, removed dark

Former-commit-id: 7aa775124aad99253440ae93157226df3f53f5fd
This commit is contained in:
Nathan 2017-09-07 21:14:18 -05:00
parent c8f42cb24b
commit b7f556f8af
4 changed files with 9 additions and 9 deletions

View file

@ -1 +1 @@
12cd0ac25a00548b5547e3652a223af0087cb1a6 0891e80b8f5fb676a069f14e08657e51799e2b61

View file

@ -571,13 +571,13 @@ void interactiveShowData(void) {
printf("\n "); printf("\n ");
} }
printf("\x1B[%d;31m%-8s\x1B[%d;32m%5s \x1B[%d;33m%3s \x1B[%d;34m%6s \x1B[%d;36m%c%c \x1B[%d;37m%d", printf("\x1B[1;31m%-8s\x1B[1;32m%5s \x1B[1;33m%3s \x1B[1;34m%6s \x1B[1;36m%c%c \x1B[1;35m%d",
count%2, a->flight, , a->flight,
count%2, strFl, , strFl,
count%2, strGs, , strGs,
count%2, strD, , strD,
count%2, cLat, cLon, , cLat, cLon,
count%2, (int)((float)signalAverage/25.0f)); , (int)((float)signalAverage/25.0f));
if(d<5) { if(d<5) {

Binary file not shown.

View file

@ -1 +1 @@
d8b181a8be770e96fb26808f94b5e3b92ea79ca4 ff8015671f890841e17ddbecd1ae5b6be0ec05bb