mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 05:47:34 -08:00
Removed descriptions from table
This commit is contained in:
parent
3788babde1
commit
a5eb85072c
|
@ -6,17 +6,41 @@ sidebar_label: Serial Plugin
|
|||
|
||||
## Overview
|
||||
|
||||
|
||||
This is a simple interface to send messages over the mesh network by sending strings over a serial port.
|
||||
|
||||
## 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 |
|
||||
| Setting | Acceptable Values | Default |
|
||||
| :-----: | :---------------: | :-----: |
|
||||
| serialplugin_enabled | `true`, `false` | `false` |
|
||||
| serialplugin_echo | `true`, `false` | `false` |
|
||||
| serialplugin_mode | `integer` | `0` |
|
||||
| serialplugin_rxd | `integer` | `0` |
|
||||
| serialplugin_timeout | `integer` (seconds) | `0` |
|
||||
| serialplugin_txd | `integer` | `0` |
|
||||
|
||||
### serialplugin_enabled
|
||||
|
||||
Enables the plugin.
|
||||
|
||||
### serialplugin_echo
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
### serialplugin_mode
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
### serialplugin_rxd
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
### serialplugin_timeout
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
### serialplugin_txd
|
||||
|
||||
<!--- TODO --->
|
||||
|
||||
## Details
|
||||
|
|
Loading…
Reference in a new issue