reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test example

This commit is contained in:
hathach
2023-12-11 17:48:27 +07:00
parent 37158eddcb
commit ea885d5c83
2 changed files with 7 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
],
"flasher": "esptool",
"flasher_sn": "461cb8d7decdeb119be9b506e93fd3f1",
"flasher_args": "-b 1500000"
"flasher_args": "-b 921600"
}
]
}