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
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