Marcelo Bezerra

Results 203 comments of Marcelo Bezerra

Output display in configurator does not match fc, when first timer is set to let

Looks like led initialization happens beffore servo/motor outputs, causing later, when overriding the led output with led enabled.

That might be possible, but will certainly be a bit complicated as it needs to handle user modes which may already be there. []s,Marcelo Bezerra ***@***.***>On 24 May 2024, at...

If you don't feel like doing the ublox stuff from scratch, they do provide a library that you can try to integrate: https://github.com/u-blox/ubxlib ubxlib supports esp32 directly through platformio, other...

What is the use case for this?

If it is needed or not, the macro defined in random places is not great. Also, using the modulus operator (%) probably would be better than having that ternary operator.

Will this impact 7->8 upgrades? If so, we should mention it in the release notes.

Can you share a full uname -a of your mac? I can try check if it is at least a given version before trying to build universal

> This is definitely planned and it shouldn't be too hard to implement. The thing I'm not sure about is how to incorporate it into the UI. Suggestions are welcome...

#43 may help