edgetx
edgetx copied to clipboard
fix(lua): serialRead is not limited to CLI
Fixes #4605
Summary of changes:
- lua serialRead is not limited to CLI, so shouldn't be disabled when CLI not present (i.e. it is no different to serialWrite).
It would be interesting to know the justification for this... perhaps it was some attempt at preventing CLI "noise" being read by serialRead() - maybe there was a shared buffer at that time?