Skip to content

Commit f312971

Browse files
authored
Merge pull request #305 from mkinney/1.2-legacy
fix the vendor and product id for tlora v1
2 parents 95f5d77 + 4dc3bea commit f312971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/supported_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self, name, version=None, for_firmware=None, device_class="esp32",
4040
usb_vendor_id_in_hex="1a86", usb_product_id_in_hex="55d4")
4141
tlora_v1 = SupportedDevice(name="T-Lora", version="1", for_firmware="tlora-v1",
4242
baseport_on_linux="ttyUSB", baseport_on_mac="cu.usbserial",
43-
usb_vendor_id_in_hex="10c4", usb_product_id_in_hex="ea60")
43+
usb_vendor_id_in_hex="1a86", usb_product_id_in_hex="55d4")
4444
tlora_v1_3 = SupportedDevice(name="T-Lora", version="1.3", for_firmware="tlora-v1-3",
4545
baseport_on_linux="ttyUSB", baseport_on_mac="cu.usbserial",
4646
usb_vendor_id_in_hex="10c4", usb_product_id_in_hex="ea60")

0 commit comments

Comments
 (0)