Skip to content

Commit 63ab858

Browse files
committed
Add "Community Filters"
1 parent 7e751e6 commit 63ab858

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

core/userguide/device/cmd_monitor.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Filters
176176
-------
177177

178178
PlatformIO allows you to apply multiple filters to the device monitor INPUT & OUTPUT
179-
streams using :option:`pio device monitor --filter` command or
179+
streams using the :option:`pio device monitor --filter` command or
180180
:ref:`projectconf_monitor_filters` option.
181181

182182
Built-in Filters
@@ -212,6 +212,20 @@ Built-in Filters
212212
* - ``esp8266_exception_decoder``
213213
- Custom filter for :ref:`platform_espressif8266` which decodes crash exception
214214

215+
Community Filters
216+
~~~~~~~~~~~~~~~~~
217+
218+
The Community Filters are not a part of PlatformIO Core installation. You need to
219+
install them manually. Please visit an official filter's documentation on how to use it.
220+
221+
.. list-table::
222+
:header-rows: 1
223+
224+
* - Name
225+
- Description
226+
* - `arduplot <https://github.com/yhur/arduplot>`__
227+
- **Serial Plotter** compatible with Arduino syntax (output)
228+
215229
.. _cmd_device_monitor_custom_filters:
216230

217231
Custom Filters

0 commit comments

Comments
 (0)