Skip to content

Commit

Permalink
Fix broken uplinks with bitrate switch to HBR after 93 hours GET
Browse files Browse the repository at this point in the history
  • Loading branch information
indy91 committed Feb 9, 2017
1 parent 3b78fcc commit daf0436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orbitersdk/samples/ProjectApollo/src_csm/CSMcomputer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2688,6 +2688,7 @@ void CSMcomputer::agcTimestep(double simt, double simdt)
SingleTimestepPrep(simt, simdt); // Setup
if (LastCycled == 0) { // Use simdt as difference if new run
LastCycled = (simt - simdt);
sat->pcm.last_update = LastCycled;
}
double ThisTime = LastCycled; // Save here

Expand Down

0 comments on commit daf0436

Please sign in to comment.