mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add shortname to set ham parameters
This commit is contained in:
parent
400dc23589
commit
1d0b4dd242
2 changed files with 7 additions and 1 deletions
|
|
@ -7,4 +7,5 @@
|
|||
*AdminMessage.get_ringtone_response max_size:231
|
||||
|
||||
|
||||
*HamParameters.call_sign max_size:8
|
||||
*HamParameters.call_sign max_size:8
|
||||
*HamParameters.short_name max_size:6
|
||||
|
|
@ -304,4 +304,9 @@ message HamParameters {
|
|||
* Ensure your radio is capable of operating of the selected frequency before setting this.
|
||||
*/
|
||||
float frequency = 3;
|
||||
|
||||
/*
|
||||
* Optional short name of user
|
||||
*/
|
||||
string short_name = 4;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue