CannedMessagePlugin typo fix.

This commit is contained in:
Balazs Kelemen 2022-01-16 23:04:48 +01:00
parent d7b2791b7c
commit b95afc8cdd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.