Skip to content

Commit 2b1114c

Browse files
committed
Add seeed xiao ESP32s3 to supported devices
1 parent 28b0409 commit 2b1114c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

meshtastic/supported_device.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@ 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+
210220
supported_devices = [
211221
tbeam_v0_7,
212222
tbeam_v1_1,
@@ -226,4 +236,5 @@ def __init__(
226236
rak4631_19003,
227237
rak11200,
228238
nano_g1,
239+
seeed_xiao_s3,
229240
]

0 commit comments

Comments
 (0)