From b95afc8cdd22a91a82578c564fd6d228c04d28e9 Mon Sep 17 00:00:00 2001 From: Balazs Kelemen Date: Sun, 16 Jan 2022 23:04:48 +0100 Subject: [PATCH] CannedMessagePlugin typo fix. --- radioconfig.options | 2 +- radioconfig.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/radioconfig.options b/radioconfig.options index fa053d3..3107589 100644 --- a/radioconfig.options +++ b/radioconfig.options @@ -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 diff --git a/radioconfig.proto b/radioconfig.proto index 8466a6e..9929ea2 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -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.