mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[rcp] change default baud rate to 460800 (#11432)
This commit is contained in:
@@ -40,7 +40,7 @@ def main():
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
stream = StreamOpen('p', f'{args.rcp} 1', False, 115200, False)
|
||||
stream = StreamOpen('p', f'{args.rcp} 1', False, 460800, False)
|
||||
wpan_api = WpanApi(stream, 1)
|
||||
|
||||
assert wpan_api.prop_set_value(SPINEL.PROP_PHY_ENABLED, 1) == 1
|
||||
|
||||
Reference in New Issue
Block a user