Closed pfeerick closed 6 months ago
demo widget fails at the following line due to
local lastSwitch = getSwitchIndex(CHAR_TRIM .. "Rl") - 1
no longer being correct in 2.10, due to trim names being changed.
Should just need changing to a valid name - will just need to check what is a more suitable one.
I think that fixed on pr
https://github.com/EdgeTX/edgetx-sdcard/pull/140
Indeed. Thanks!
demo widget fails at the following line due to
no longer being correct in 2.10, due to trim names being changed.
Should just need changing to a valid name - will just need to check what is a more suitable one.