File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Components/AntennaDeployer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ void AntennaDeployer ::startNextAttempt() {
114114 this ->log_ACTIVITY_HI_DeployAttempt (this ->m_currentAttempt );
115115
116116 this ->m_totalAttempts ++;
117- this ->tlmWrite_DeployCount (this ->m_totalAttempts );
117+ this ->tlmWrite_DeployAttemptCount (this ->m_totalAttempts );
118118
119119 if (this ->isConnected_burnStart_OutputPort (0 )) {
120120 this ->burnStart_out (0 );
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module Components {
2929 # Telemetry
3030 ######################################################################
3131 @ Counts the number of deployment attempts across boots
32- telemetry DeployCount : U32
32+ telemetry DeployAttemptCount : U32
3333
3434 @ Tracks the last observed distance reading
3535 telemetry LastDistance: F32 format " {.2f}cm"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ telemetry packets ReferenceDeploymentPackets {
5555 }
5656
5757 packet Antenna id 8 group 4 {
58- ReferenceDeployment.antennaDeployer.DeployCount
58+ ReferenceDeployment.antennaDeployer.DeployAttemptCount
5959 ReferenceDeployment.antennaDeployer.LastDistance
6060 }
6161
You can’t perform that action at this time.
0 commit comments