This commit is contained in:
Ivan Kravets
2022-07-10 11:50:13 +03:00
parent 6627fd5790
commit 5844c536a4
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ PlatformIO Core 6
* Show "TimeoutError" only in the verbose mode when can not find a serial port
* Fixed an issue when a serial port was not automatically detected if the board has predefined HWIDs
* Fixed an issue with endless scanning of project dependencies (`issue #4349 <https://github.com/platformio/platformio-core/issues/4349>`_)
* Fixed an issue with |LDF| when incompatible libraries were used for the working project environment with the missed framework (`pull #4346 <https://github.com/platformio/platformio-core/pull/4346>`_)
6.1.0 (2022-07-06)
~~~~~~~~~~~~~~~~~~

View File

@ -73,7 +73,7 @@ class SerialTestOutputReader:
),
upload_protocol=project_options.get("upload_protocol"),
ensure_ready=True,
verbose=self.test_runner.verbose,
verbose=self.test_runner.options.verbose,
)
if port:
return port