Peter Feerick

Results 1073 comments of Peter Feerick

Yes. Latest nightly still results in T16 not booting - only the 6POS array flashing, so reverted it back to 2.10. One additional point - I DFU flashed so it...

Just tried again with latest nightly, radio still locks up on boot. A revert of https://github.com/EdgeTX/edgetx/commit/d0791fa0c22e71cb1b8f89c60e4ca96198eff847 still works ... wait... `touchPanelInit()` is being called twice now. 🤦‍♂ Removing that seems...

@richardclli Your thoughts on this - didn't you mention there was some issue with the touch screen driver?

@Bmfkangkang Can you try v2.11-rc2 when it is released (likely next week) and see if there has been any improvement?

IMO... the better option would be 1) a calculated sensor (which you can use anywhere you can use telemetry sensors)... but for that to work *simply* (no coding required) it...

This is a bit of a weird one... At present if you don't assign a trigger/switch... the special function effectively does not exist. Perhaps the UI could demonstrate this better...

Only if this is still reproducible post #3024 - that PR should have prevented this being possible IIRC

The 'normal' fix is to add yourself to the `dialout` group ... i.e. `sudo gpasswd --add ${USER} dialout` ... , and then log out/in so the group/permission change is applied....

I'm not entirely convinced this is a bug but is "by design". Luac was directly runnable for standalone Lua tools due to memory constraints (primarily b&w radios). This isn't the...

True, but that is against the spirit of open source. And any Lua dev should know that a launcher stub should be able to work around this without any trouble...