Skip to content

Commit d633f8c

Browse files
committed
Add seeed xiao esp32s3 to supported devices
1 parent 213faa0 commit d633f8c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

meshtastic/supported_device.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@ def __init__(
207207
usb_product_id_in_hex="55d4",
208208
)
209209

210+
seeed_xiao_s3 = SupportedDevice(
211+
name = "Seeed Xiao ESP32-S3",
212+
version = "",
213+
for_firmware="seeed-xiao-esp32s3",
214+
baseport_on_linux="ttyACM",
215+
baseport_on_mac="cu.usbmodem",
216+
usb_vendor_id_in_hex="2886",
217+
usb_product_id_in_hex="0059",
218+
)
219+
220+
221+
210222
supported_devices = [
211223
tbeam_v0_7,
212224
tbeam_v1_1,
@@ -226,4 +238,5 @@ def __init__(
226238
rak4631_19003,
227239
rak11200,
228240
nano_g1,
241+
seeed_xiao_s3,
229242
]

0 commit comments

Comments
 (0)