rnodeconf options usage #596
Unanswered
cascafico
asked this question in
Help & Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
Heltec wireless stick V3
I installed TNC firmware 1.72 with provision, hash and LoRa parameters steps. Everything worked fine, but I experienced some anomalies or maybe I misused options.
I made some tests on antennas so I set low radio power. Eventully I wanted to set back power to 21 dBm, but remained unaltered at 7:
Maybe I missed to specify the "-T" option? So I tried the complete parameter set:
after this, no more prompt. Hittin CTRL-C I got this:
rnode.txpower = int(input()) ^^^^^^^^^^^^ValueError: invalid literal for int() with base 10: ''
I repeated the command lowering txp by 1 and I found that parameter was stored only if lower or equal 18.
Then I tried:
at this point command asked me to enter manually the complete LoRa values set:
and finally echoed:
Beta Was this translation helpful? Give feedback.
All reactions