forked from platformio/platformio-core
Fixed an issue when calling built-in pio device monitor
filter
This commit is contained in:
@ -11,6 +11,11 @@ PlatformIO Core 6
|
|||||||
|
|
||||||
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
|
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
|
||||||
|
|
||||||
|
6.0.1 (2022-05-??)
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Fixed an issue when calling built-in `pio device monitor <https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters>`__ filter
|
||||||
|
|
||||||
6.0.0 (2022-05-16)
|
6.0.0 (2022-05-16)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ def register_filters(platform=None, options=None):
|
|||||||
)
|
)
|
||||||
# default filters
|
# default filters
|
||||||
load_monitor_filters(
|
load_monitor_filters(
|
||||||
os.path.join(fs.get_source_dir(), "commands", "device", "filters"),
|
os.path.join(fs.get_source_dir(), "device", "filters"),
|
||||||
options=options,
|
options=options,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user