I am having trouble connecting to the TTGO V1 using serial.
When I try:
meshtastic --info
I get:
Multiple ports detected, you must specify a device, such as /dev/cu.SLAB_USBtoUART
But, when I specify a port:
meshtastic --port /dev/cu.SLAB_USBtoUART --info
I get:
Exception: This version of meshtastic-python requires device firmware version 1.2 or later
But, I am using V1.2.9:
meshtastic --version
gives:
1.2.9
This also affects a bunch of other commands as well: eg meshtastic.SerialInterface()
What am I doing wrong?
Thanks