kopia lustrzana https://github.com/meshtastic/protobufs
Configuration for the external notification plugin
... also snuck in a "mode" for the serialpluginpull/11/head
rodzic
55757b5dea
commit
5d6dfb2011
11
mesh.proto
11
mesh.proto
|
@ -819,6 +819,17 @@ message RadioConfig {
|
||||||
uint32 serialplugin_rxd = 122;
|
uint32 serialplugin_rxd = 122;
|
||||||
uint32 serialplugin_txd = 123;
|
uint32 serialplugin_txd = 123;
|
||||||
uint32 serialplugin_timeout = 124;
|
uint32 serialplugin_timeout = 124;
|
||||||
|
uint32 serialplugin_mode = 125;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Preferences for the ExternalNotificationPlugin
|
||||||
|
|
||||||
|
FIXME - Move this out of UserPreferences and into a section for plugin configuration.
|
||||||
|
*/
|
||||||
|
bool externalnotificationplugin_enabled = 126;
|
||||||
|
uint32 externalnotificationplugin_output = 127;
|
||||||
|
uint32 externalnotificationplugin_output_ms = 128;
|
||||||
|
uint32 externalnotificationplugin_mode = 129;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue