Skip to content

Commit 5844c53

Browse files
committed
Typo fix
1 parent 6627fd5 commit 5844c53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PlatformIO Core 6
2020
* Show "TimeoutError" only in the verbose mode when can not find a serial port
2121
* Fixed an issue when a serial port was not automatically detected if the board has predefined HWIDs
2222
* Fixed an issue with endless scanning of project dependencies (`issue #4349 <https://github.com/platformio/platformio-core/issues/4349>`_)
23+
* 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>`_)
2324

2425
6.1.0 (2022-07-06)
2526
~~~~~~~~~~~~~~~~~~

platformio/test/runners/readers/serial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def resolve_test_port(self):
7373
),
7474
upload_protocol=project_options.get("upload_protocol"),
7575
ensure_ready=True,
76-
verbose=self.test_runner.verbose,
76+
verbose=self.test_runner.options.verbose,
7777
)
7878
if port:
7979
return port

0 commit comments

Comments
 (0)