mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Typo fix
This commit is contained in:
@ -20,6 +20,7 @@ PlatformIO Core 6
|
|||||||
* Show "TimeoutError" only in the verbose mode when can not find a serial port
|
* 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 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 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)
|
6.1.0 (2022-07-06)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -73,7 +73,7 @@ class SerialTestOutputReader:
|
|||||||
),
|
),
|
||||||
upload_protocol=project_options.get("upload_protocol"),
|
upload_protocol=project_options.get("upload_protocol"),
|
||||||
ensure_ready=True,
|
ensure_ready=True,
|
||||||
verbose=self.test_runner.verbose,
|
verbose=self.test_runner.options.verbose,
|
||||||
)
|
)
|
||||||
if port:
|
if port:
|
||||||
return port
|
return port
|
||||||
|
Reference in New Issue
Block a user