Skip to content

Commit

Permalink
AP_Param: log parameters as AP_Scripting adds them
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and tridge committed Oct 11, 2024
1 parent d5ced2a commit d8755fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/AP_Param/AP_Param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3209,6 +3209,9 @@ bool AP_Param::add_param(uint8_t _key, uint8_t param_num, const char *pname, flo
p.set_default(default_value);
p.load();

// and tell the GCS:
p.notify();

return true;
}
#endif

0 comments on commit d8755fe

Please sign in to comment.