Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Release/
Debug/
*.opensdf
*.sdf
*.vcxproj.user

6 changes: 3 additions & 3 deletions Form1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ void Form1::parse_hbr(unsigned char data, int bytect){
// 10A7
// ...
// 10A148
display( data, 10, TLM_A, 1+(framect*3) );
display( data, 10, TLM_A, (framect*3)-2 );
break;

case 59:
Expand Down Expand Up @@ -2569,7 +2569,7 @@ void Form1::parse_hbr(unsigned char data, int bytect){
// 10A8
// ...
// 10A149
display( data, 10, TLM_A, 2+(framect*3) );
display( data, 10, TLM_A, (framect*3)-1 );
break;

case 88:
Expand Down Expand Up @@ -2676,7 +2676,7 @@ void Form1::parse_hbr(unsigned char data, int bytect){
// 10A9
// ...
// 10A150
display( data, 10, TLM_A, 3+(framect*3) );
display( data, 10, TLM_A, (framect*3) );
break;

case 120:
Expand Down
Binary file modified GroundStation.exe
Binary file not shown.