DelfiSpace / OBC_FlightSoftware

3 stars 3 forks source link

Beacon telemetry is cut #11

Open StefanoSperetta opened 3 years ago

StefanoSperetta commented 3 years ago

The last 2 bytes of each telemetry packet are cut because of a wrong calculation of the radio message size (https://github.com/DelfiSpace/OBC_FlightSoftware/blob/0af71a46db8870db8e47c9714361cf9f382ea4b8/StateMachine.cpp#L334). The buffer where the message is created is correctly allocated but the message size is not correct (the last 2 bytes are cut).