Hi, All,
Does anyone have instructions on how to recompile minimOSD? I do have the latest source, but I want to make some changes.
The code seems to be a bunch of Arduino IDE files (pretty much the renamed C++) and headers, but there are some external headers involved.
Also a big question is how exactly to configure options in OSD_Config.h to get the versions listed on the OSD setup page, LP_All_From_Revo2303.hex in particular.
The change I want to make is to always display the altitude (filtered barometric, panAlt) instead of gating it on the availability of GPS signal. In fact, I think it is a bug: it displays _home_ altitude unconditionally, but only show current altitude when the GPS signal is available. It should be vice versa in my opinion.
Another thing that bothers me is that the battery in LP_All_From_Revo2303.hex always shows zero, although it is hooked up to Revo and the voltage is correctly shown in GCS. Anyone has any idea why?