mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 10:47:59 -05:00
Merge pull request #530 from Jorropo/meters
in --help indicate --setalt takes meters
This commit is contained in:
@@ -1321,7 +1321,7 @@ def initParser():
|
||||
action="store_true",
|
||||
)
|
||||
|
||||
parser.add_argument("--setalt", help="Set device altitude (allows use without GPS)")
|
||||
parser.add_argument("--setalt", help="Set device altitude in meters (allows use without GPS)")
|
||||
|
||||
parser.add_argument("--setlat", help="Set device latitude (allows use without GPS)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user