Updating firmware when running fork

Can i update the firmware of arduplane if i am running a custom firmware?
I get notifications that a new update is available but i am scared updating could remove the custom functions in my code.
Fork from: GitHub - squilter/ardupilot at squilter/ground_effect_mode
Version showing in missonplanner: ArduPlane V4.1.0dev (27720f22)

Thanks!

No you can not. Not without removing the custom functions in your code.

You need to “git rebase” your customizations on top of the latest stable version, recompile and upload.

1 Like

Okay thanks @amilcarlucas!

1 Like