Skip to content

Commit

Permalink
Merge pull request #96 from mc-hamster/Radio&Band-Refactor
Browse files Browse the repository at this point in the history
Add canned_message_plugin_messages back
  • Loading branch information
mc-hamster authored Feb 15, 2022
2 parents d192833 + 9e8cdde commit 6a66f8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions radioconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,14 @@ message RadioConfig {
*/
string canned_message_plugin_allow_input_source = 171;

/*
* Predefined messages for CannedMessagePlugin separated by '|' characters.
* Note: Split out the messages out to their own messages because we want to store 1,000 characters.
* and the entire message must fit within 256 bytes.
* Not sure if we should deprecate this or just remove it since we're in dev phase.
*/
string canned_message_plugin_messages = 172 [deprecated = true];

/*
* CannedMessagePlugin also sends a bell character with the messages.
* ExternalNotificationPlugin can benefit from this feature.
Expand Down

0 comments on commit 6a66f8b

Please sign in to comment.