mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: auto retry text message send on max retransmit (#4124)
This commit is contained in:
parent
c9259c793f
commit
6bb40e4d20
7 changed files with 64 additions and 8 deletions
|
|
@ -51,6 +51,7 @@
|
|||
<string name="unrecognized">Unrecognized</string>
|
||||
<string name="message_status_enroute">Waiting to be acknowledged</string>
|
||||
<string name="message_status_queued">Queued for sending</string>
|
||||
<string name="message_retry_count">Retries: %1$d / %2$d</string>
|
||||
<string name="routing_error_none">Acknowledged</string>
|
||||
<string name="routing_error_no_route">No route</string>
|
||||
<string name="routing_error_got_nak">Received a negative acknowledgment</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue