Skip to content

Add "Long_Name" to HamParameters#941

Merged
thebentern merged 1 commit into
meshtastic:developfrom
vidplace7:ham-longname
Jun 12, 2026
Merged

Add "Long_Name" to HamParameters#941
thebentern merged 1 commit into
meshtastic:developfrom
vidplace7:ham-longname

Conversation

@vidplace7

@vidplace7 vidplace7 commented Jun 9, 2026

Copy link
Copy Markdown
Member

What does this PR do?

Adds Long_Name HamParameters.

This will be appended to the call_sign in firmware with a // delimter (following Amateur Radio best practices). Since the max length for a callsign is 8 and // uses two characters. The limit for HamParameter.long_name is set to 15 (10 less than traditional LongName).

E.g.
call_sign = N0CALL
long_name = Attic Heltec v3
becomes
N0CALL//Attic Heltec v3

Checklist before merging

  • All top level messages commented
  • All enum members have unique descriptions

@vidplace7 vidplace7 requested a review from thebentern June 9, 2026 16:08
@vidplace7 vidplace7 added the enhancement New feature or request label Jun 9, 2026
Adds Long_Name HamParameters.

This will be appended to the call_sign in firmware with a // delimter (following Amateur Radio best practices).
Since the max length for a callsign is 8 and // uses two characters. The limit for HamParameter.long_name is set to 15 (10 less than traditional LongName).

E.g.
call_sign = N0CALL
long_name = Attic Heltec v3
becomes
N0CALL//Attic Heltec v3
@thebentern thebentern merged commit 383c87c into meshtastic:develop Jun 12, 2026
2 checks passed
@vidplace7 vidplace7 deleted the ham-longname branch June 12, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants