summaryrefslogtreecommitdiff
path: root/test/hil
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-11 17:48:27 +0700
committerhathach <[email protected]>2023-12-11 17:48:27 +0700
commitea885d5c83c5052930e2515b259e29c165569432 (patch)
tree1740378c0fe922a84d8e7aabaf46f411dcef5c6f /test/hil
parent37158eddcbba188dd77dbb17d77a0631a32713d0 (diff)
reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test example
Diffstat (limited to 'test/hil')
-rw-r--r--test/hil/hil_pi4.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_pi4.json b/test/hil/hil_pi4.json
index e9a6721ea..fd2c5c432 100644
--- a/test/hil/hil_pi4.json
+++ b/test/hil/hil_pi4.json
@@ -15,7 +15,7 @@
],
"flasher": "esptool",
"flasher_sn": "461cb8d7decdeb119be9b506e93fd3f1",
- "flasher_args": "-b 1500000"
+ "flasher_args": "-b 921600"
}
]
}