olliw42 / mLRS

2.4 GHz & 915/868 MHz & 433 MHz/70 cm LoRa based telemetry and radio link for remote controlled vehicles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: No characters allowed in Bind Phrase via CLI.

vrquaeler opened this issue · comments

Assuming I am not totally wrong with the CLI.
While testing different targets I found a minor issue:

Changing the Pass Phrase via CLI.
I am not allowed to enter character's in the pass phrase via CLI.

Observed behavior:
Enter: p bind_phrase = wle5jc;
Response: err: invalid value

Expected behavior:
Enter: p bind_phrase = wle5jc;
Expected response: Bind Phrase = wle5jc

Entering digit's or #-._ works as it should. For example:
Enter: p bind_phrase = 123456;
gives the expected response: Bind Phrase = 123456

Way to reproduce the effect:
see "Observed behavior".
Tested on tx-R9M, tx-R9MX, tx-WIO-E5-mini.

Additional info:
On the target tx-R9M the Bind Phrase can be changed (incl. characters) using the lua-script and saved as it should.
The tests are done on Win10 and Linux PC's using the language setting: US-English UTF-8.

@vrquaeler
oh, indeed MANY THX!!
this was actually an interesting one LOL
pl try out the latest, v0.3.05, should all be working now

@olliw42

Have tried v0.3.05 ...
Everything is working as it should. Now running the CLI i can do everything I want to do. 👍 👍
Thanks for the fast fix.

many thx for the feedback
great to hear