EdgeTX / edgetx-sdcard

SD Card contents and images for EdgeTX
125 stars 41 forks source link

LibGUI widget bug #136

Closed pfeerick closed 6 months ago

pfeerick commented 8 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.

offer-shmuely commented 6 months ago

I think that fixed on pr

https://github.com/EdgeTX/edgetx-sdcard/pull/140

pfeerick commented 6 months ago

Indeed. Thanks!