mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added preferences for the serialplugin
This commit is contained in:
parent
0977dfd894
commit
ff4ff06d5e
1 changed files with 12 additions and 0 deletions
12
mesh.proto
12
mesh.proto
|
|
@ -667,6 +667,18 @@ message RadioConfig {
|
|||
router.cpp)
|
||||
*/
|
||||
repeated uint32 ignore_incoming = 103;
|
||||
|
||||
/**
|
||||
Preferences for the SerialPlugin
|
||||
|
||||
FIXME - Move this out of UserPreferences and into a section for plugin configuration.
|
||||
*/
|
||||
bool serialplugin_enabled = 120;
|
||||
bool serialplugin_echo = 121;
|
||||
uint32 serialplugin_rxd = 122;
|
||||
uint32 serialplugin_txd = 123;
|
||||
uint32 serialplugin_timeout = 124;
|
||||
|
||||
}
|
||||
|
||||
UserPreferences preferences = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue