kopia lustrzana https://github.com/meshtastic/protobufs
Added preferences for the serialplugin
rodzic
0977dfd894
commit
ff4ff06d5e
12
mesh.proto
12
mesh.proto
|
@ -667,6 +667,18 @@ message RadioConfig {
|
||||||
router.cpp)
|
router.cpp)
|
||||||
*/
|
*/
|
||||||
repeated uint32 ignore_incoming = 103;
|
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;
|
UserPreferences preferences = 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue