Hello guys. I have a question about branching and firmware compilation.
Considering that I already followed the download, environment configuration, fork and clone steps.
My question is, when I branch my clone to modify a file, I commit and build the firmware with “./waf --board …” and “./waf copter”. Am I building the firmware from the branch or from my master?
I mean, I didn’t quite understand the relationship between the branch and the master when building the firmware. For example, I made a branch, modified a file, committed and built the firmware without going back to master. It’s possible? That’s how it’s done? Or do you have to merge before building and build in master?
Thank you very much in advance.