mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #192 from meshtastic/remove-extra-cans
Remove extra canned message storage
This commit is contained in:
commit
9e0dfe5c4c
1 changed files with 1 additions and 16 deletions
|
|
@ -13,20 +13,5 @@ message CannedMessageModuleConfig {
|
|||
/*
|
||||
* Predefined messages for canned message module separated by '|' characters.
|
||||
*/
|
||||
string messagesPart1 = 11;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
string messagesPart2 = 12;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
string messagesPart3 = 13;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
string messagesPart4 = 14;
|
||||
string messages = 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue