Bob Long
Bob Long
~~Interesting, you're right, I wasn't able to reproduce the bug in Copter just now. When I get a chance tomorrow, I'll look and see why.~~
Actually, I was able to reproduce this in the latest Copter. Last night, I had accidentally disarmed, causing reset() to get called.
Ah, are you talking about the section where I populate the combobox with the field names? I pulled that snippet straight over from the preflight checklist editor (`CheckListItem.GetOptions()`), so that...
~~No wait, it looks like that's not where I pulled it. I need to remember what I was doing there.~~ (yes, I did; I should stop commenting this late at...
I see now. I'll work to bring that section in line with how it used to work. Is there an easy way to test customfields in SITL?
This restores it to more-or-less how it was previously handled in FlightData.cs. One thing that might look weird is my explicit use of `Tuple` in the `fields` list. The `(string...
I have made a massive update to this PR. I have added far more customization options to the form. - You can now specify TimeSpan format strings - Scale and...
> has this been tested on android build? ie it actually runs I have not. I just spent a bit of time trying to, but I can't get master to...
> I believe this is for the Q_TRIM_PITCH parameter, which is a different thing from the new PTCH_TRIM_DEG parameter which applies to a plane in fixed wing mode. This parameter...
None yet, as I don't have a periph node to test with. We'll test on the Carbonix CPNs Monday morning.