Open jgoppert opened 7 years ago
@DonLakeFlyer for now what do you think about putting this in the advanced drop down if the board is px4fmu-v2? Longer term we can do something better with the json firmware listing.
If it helps, all px4 firmware versions are named OS-BOARD-LABEL
We are stripping off OS because it is always nuttx currently. The board is px4fmu-v2 etc. The label identifies what set of modules were built. So far we have only been using default.
px4fmu-v2 is the only board that has both default and lpe labels. So the gui could have a label selector drop-down at some point, but for now a drop down list of all available firmware would work.
See issue here: https://github.com/PX4/Firmware/pull/6307