-
|
I'm having some trouble trying to apply configuration changes to my fprime project. I want to resize the com buffer to allow for file packets to be 2048 bytes. In the This change does appear to be working as expected. However, in order to build with this change, I also need to modify Any ideas on what's going on here? Why would .h/.hpp changes take effect but not .fpp changes? I am using v4.0.0 of fprime so perhaps this has been addressed in newer versions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Did you try purging your build cache and re-generating? |
Beta Was this translation helpful? Give feedback.
-
|
After discussing in office hours, it turns out I needed to add |
Beta Was this translation helpful? Give feedback.
After discussing in office hours, it turns out I needed to add
ComCfg.fppandFpySequencerCfg.fppto the override list in the config folder'sCMakeLists.txtfile. (FpConfig.hwas already on the list which is why changes to it were being pulled in.)