Jesper Frickmann
Jesper Frickmann
Things to consider: - 99.9% of fixed wing pilots use trims - You can uncheck "include trim" for the INPUT line if you don't want to use it - You...
Why not make a user-friendly model template for quads? We can make a model template with the basic setup, a wizard script for initial config, and widgets or telemetry screens...
> Lol. Have fun and just fly! Yes, I know that is something that you have been advocating for a while, Guido 😉 As for the proposed UI changes, I...
I have now replaced `isFresh()` by `!isOld()` as requested. Instead of making the second return value complicated, we could also add a third return value with an integer giving a...
With all due respect, this is not a simple solution. First of all, you have to add these new constants to the C++ code, and then you also have to...
Great! I have never been accused of being diplomatic; I find it easier to just lay it out as I see it - thanks for understanding 🍻 Since the underlying...
How about we make the second return value into a table, and then we can return `isOld`, `isFresh` etc. as table fields?
OK, you got it!
> returns nil for all values if the item does not exist OK, changed that. Please test again.
OK, you got it