mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
CannedMessagePlugin typo fix.
This commit is contained in:
parent
d7b2791b7c
commit
b95afc8cdd
2 changed files with 2 additions and 2 deletions
|
|
@ -9,5 +9,5 @@
|
|||
*UserPreferences.mqtt_username max_size:32
|
||||
*UserPreferences.mqtt_password max_size:32
|
||||
|
||||
*UserPreferences.canned_message_plugin_allow_input_origin max_size:16
|
||||
*UserPreferences.canned_message_plugin_allow_input_source max_size:16
|
||||
*UserPreferences.canned_message_plugin_messages max_size:1024
|
||||
|
|
|
|||
|
|
@ -662,7 +662,7 @@ message RadioConfig {
|
|||
* Input event origin accepted by the canned message plugin.
|
||||
* Can be e.g. "rotEnc1" or keyword "_any"
|
||||
*/
|
||||
string canned_message_plugin_allow_input_origin = 171;
|
||||
string canned_message_plugin_allow_input_source = 171;
|
||||
|
||||
/*
|
||||
* Predefined messages for CannedMessagePlugin separated by '|' characters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue