File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Filters
176176-------
177177
178178PlatformIO 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
182182Built-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
217231Custom Filters
You can’t perform that action at this time.
0 commit comments