Fix Seeed L1 board to enable consistent PIO flashing (#7211)

This commit is contained in:
Ben Meadors 2025-07-02 20:58:15 -05:00 committed by GitHub
parent a6be2e46ed
commit 409dfe22ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,10 @@
"cpu": "cortex-m4",
"extra_flags": "-DARDUINO_MDBT50Q_RX -DNRF52840_XXAA",
"f_cpu": "64000000L",
"hwids": [["0x2886", "0x1668"]],
"hwids": [
["0x2886", "0x1668"],
["0x2886", "0x1667"]
],
"usb_product": "TRACKER L1",
"mcu": "nrf52840",
"variant": "seeed_wio_tracker_L1",