Skip to content

Commit

Permalink
Fix unmappable character (0x98) for encoding windows-1251 #373
Browse files Browse the repository at this point in the history
  • Loading branch information
ComBatVision authored and caveman99 committed Jul 29, 2023
1 parent 8ad7056 commit 6f88374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,9 @@ message MeshPacket {
* to make sure that critical packets are sent ASAP.
* In the case of meshtastic that means we want to send protocol acks as soon as possible
* (to prevent unneeded retransmissions), we want routing messages to be sent next,
* then messages marked as reliable and finally background packets like periodic position updates.
* then messages marked as reliable and finally 'background' packets like periodic position updates.
* So I bit the bullet and implemented a new (internal - not sent over the air)
* field in MeshPacket called priority.
* field in MeshPacket called 'priority'.
* And the transmission queue in the router object is now a priority queue.
*/
enum Priority {
Expand Down

0 comments on commit 6f88374

Please sign in to comment.