mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 22:07:34 -08:00
created serial plugin setting page
This commit is contained in:
parent
7a6eba8a9b
commit
3fdee4538a
22
website/docs/settings/serial-plugin.md
Normal file
22
website/docs/settings/serial-plugin.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
id: serial-plugin
|
||||
title: Serial Plugin Settings
|
||||
sidebar_label: Serial Plugin
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
|
||||
## Settings
|
||||
|
||||
| Setting | Acceptable Values | Default | Description |
|
||||
| :-----: | :---------------: | :-----: | :---------: |
|
||||
| serialplugin_enabled | `true`, `false` | `false` | Enables the plugin. |
|
||||
| serialplugin_echo | `true`, `false` | `false` | TODO |
|
||||
| serialplugin_mode | `integer` | `0` | TODO |
|
||||
| serialplugin_rxd | `integer` | `0` | TODO |
|
||||
| serialplugin_timeout | `integer` (seconds) | `0` | TODO |
|
||||
| serialplugin_txd | `integer` | `0` | TODO |
|
||||
|
||||
## Details
|
Loading…
Reference in a new issue