Closed frankiearzu closed 5 months ago
Fixes #153 Fix LibGUI to be backward compatible when calling the method "update()" who was renamed to "onUpdate()". Now works both ways.
It was braking SoarETX, but we really don't know if other scripts using LibGui could have the same problem.
For reference, it was changed in https://github.com/EdgeTX/edgetx-sdcard/pull/123, so was a relatively recent (minor) API breaking change ;)
Thanks for updating both copies of the library. :)
Fixes #153 Fix LibGUI to be backward compatible when calling the method "update()" who was renamed to "onUpdate()". Now works both ways.
It was braking SoarETX, but we really don't know if other scripts using LibGui could have the same problem.