We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b466225 commit e6c276fCopy full SHA for e6c276f
meshtastic/supported_device.py
@@ -223,7 +223,7 @@ def __init__(
223
for_firmware="t-deck", # Confirmed firmware identifier
224
device_class="esp32",
225
baseport_on_linux="ttyACM",
226
- baseport_on_mac="cu.usbmodem",
+ baseport_on_mac="cu.usbmodem",
227
baseport_on_windows="COM",
228
usb_vendor_id_in_hex="303a", # Espressif Systems (VERIFIED)
229
usb_product_id_in_hex="1001", # VERIFIED from actual device
0 commit comments