Skip to content

Commit e6c276f

Browse files
committed
Fix trailing whitespace
1 parent b466225 commit e6c276f

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
@@ -223,7 +223,7 @@ def __init__(
223223
for_firmware="t-deck", # Confirmed firmware identifier
224224
device_class="esp32",
225225
baseport_on_linux="ttyACM",
226-
baseport_on_mac="cu.usbmodem",
226+
baseport_on_mac="cu.usbmodem",
227227
baseport_on_windows="COM",
228228
usb_vendor_id_in_hex="303a", # Espressif Systems (VERIFIED)
229229
usb_product_id_in_hex="1001", # VERIFIED from actual device

0 commit comments

Comments
 (0)