mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-11 08:04:26 -08:00
854 B
854 B
id | title | sidebar_label |
---|---|---|
serial-plugin | Serial Plugin Settings | 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 |
---|---|---|
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.