You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received an error in line 153, 155 and 156 of the script on my Taranis radio, saying no arythmetics are allowed in global variables (i guess).
So, instead of
lcd.drawNumber(62, 27, curShot, MIDSIZE + RIGHT)
I removed "+" sign and made this
lcd.drawNumber(62, 27, curShot, MIDSIZE, RIGHT)
This is working for me well.
The text was updated successfully, but these errors were encountered:
OK, this may be a problem then. I have 2.1.9 as of 16 Sep 2016. I will
update it and let you know on results.
Anyway, this is a great idea and application and thank you for publishing.
regards,
Marcin
W dniu 2017-03-25 o 19:22, Julian Berger pisze:
I received an error in line 153, 155 and 156 of the script on my Taranis radio, saying no arythmetics are allowed in global variables (i guess).
So, instead of
I removed "+" sign and made this
This is working for me well.
The text was updated successfully, but these errors were encountered: