Fix receiving packets
This commit is contained in:
parent
372468b5a1
commit
231b639901
2 changed files with 6 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ private:
|
|||
LOCAL_FRAME_LON,
|
||||
PARAM_COUNT,
|
||||
};
|
||||
float parameters[PARAM_COUNT];
|
||||
float parameters[PARAM_COUNT] = {0.0, 0.0, 0.0, 0.0, 0.0};
|
||||
const String parameter_names[PARAM_COUNT] = {
|
||||
// "FOG_DENSITY",
|
||||
"NAV_OFS_HDG", "NAV_OFS_X", "NAV_OFS_Y",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue