Skip to content

Commit a8c271c

Browse files
committed
Revert "Add seeed xiao ESP32s3 to supported devices"
This reverts commit 2b1114c.
1 parent 2b1114c commit a8c271c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

meshtastic/supported_device.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,6 @@ 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-
220210
supported_devices = [
221211
tbeam_v0_7,
222212
tbeam_v1_1,
@@ -236,5 +226,4 @@ def __init__(
236226
rak4631_19003,
237227
rak11200,
238228
nano_g1,
239-
seeed_xiao_s3,
240229
]

0 commit comments

Comments
 (0)