Skip to content

[FEAT] Shorten {ROUTE}, in Auto Acknowledge by removing blanks #3776

Description

@m0urs

Is your feature request related to a problem? Please describe.
In MeshCore channel messages have a length limit, especially if sent with a scope (120 chars). And also, shorter messages have a slightly higher chance to be transmitted and also costs less air time. So we should keep them as short as possible.

Cuurrently the {ROUTE} variable expands to something like:

43ad → b8bf → 6abc → a5f2

I would like to suppress the blanks between the arrows, so we save 2 Bytes per Hop and it is still very good readable like:

43ad→b8bf→6abc→a5f2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions