Skip to content

Commit 8ec5dbb

Browse files
authored
Merge pull request #307 from mkinney/master
there is no tlora_v2.1
2 parents c455687 + 0c760f3 commit 8ec5dbb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

meshtastic/supported_device.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ def __init__(self, name, version=None, for_firmware=None, device_class="esp32",
4747
tlora_v2 = SupportedDevice(name="T-Lora", version="2", for_firmware="tlora-v2",
4848
baseport_on_linux="ttyACM", baseport_on_mac="cu.usbmodem",
4949
usb_vendor_id_in_hex="1a86", usb_product_id_in_hex="55d4")
50-
tlora_v2_1 = SupportedDevice(name="T-Lora", version="2.1", for_firmware="tlora-v2-1",
51-
baseport_on_linux="ttyACM", baseport_on_mac="cu.usbmodem",
52-
usb_vendor_id_in_hex="1a86", usb_product_id_in_hex="55d4")
5350
tlora_v2_1_1_6 = SupportedDevice(name="T-Lora", version="2.1-1.6", for_firmware="tlora-v2-1-1.6",
5451
baseport_on_linux="ttyACM", baseport_on_mac="cu.usbmodem",
5552
usb_vendor_id_in_hex="1a86", usb_product_id_in_hex="55d4")
@@ -83,7 +80,7 @@ def __init__(self, name, version=None, for_firmware=None, device_class="esp32",
8380
usb_vendor_id_in_hex="239a", usb_product_id_in_hex="8029")
8481

8582
supported_devices = [tbeam_v0_7, tbeam_v1_1, tbeam_M8N, tbeam_M8N_SX1262,
86-
tlora_v1, tlora_v1_3, tlora_v2, tlora_v2_1, tlora_v2_1_1_6,
83+
tlora_v1, tlora_v1_3, tlora_v2, tlora_v2_1_1_6,
8784
heltec_v1, heltec_v2_0, heltec_v2_1,
8885
meshtastic_diy_v1, techo_1, rak4631_5005, rak4631_19003,
8986
rak11200]

0 commit comments

Comments
 (0)