-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrSky x18 attempt to index a nil value #247
Comments
Hi, which Ethos version? |
@yaapu 1.5.13 |
mhmm, I do not own that radio but on the simulator seems to work all right. |
RadioMaster Ranger Nano 2.4 is the ELRS module. It works fine-ish. The entire radio lags a bit when I have the widget added (UI is not fluid, even when not in widget). |
Same here on a X20RS with Ethos 1.5.15 |
Did you pause my widget while working on the elrs config script? |
No, I wasn't aware of this possibility. I found it quickly after reading your comment. In the meantime, the ELRS script seems to have been modified by the Ethos team to handle concurrent access to the serial buffer, but maybe I'm wrong on that particular point. |
Yes, that is the only way to enter the ELRS config script. If Yaapu is not paused, the TX/RX doesn't appear in the list. |
Installed latest version of lua script on a FrSky X18 and getting the following error:
/scripts/yaaputelemetry/lib/resetlib.lua:57: attempt to index a nil value (local 'widget')
After this error appears, the ELRS TX doesn't appear in the menu anymore (the RX appears for some reason) and I cannot configure it. I have to remove the yaapu lua scripts, reboot Ethos, configure the ELRS TX and re-add the yaapu scripts.
The text was updated successfully, but these errors were encountered: