Fix MeshPacket.to comment

Looks like this became garbled in 0221e83d68.
This commit is contained in:
Toby Murray 2024-02-23 23:38:22 -05:00 committed by GitHub
parent 24edea6442
commit 4c433ee900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -901,8 +901,8 @@ message MeshPacket {
fixed32 from = 1;
/*
* The (immediatSee Priority description for more details.y should be fixed32 instead, this encoding only
* hurts the ble link though.
* The (immediate) destination for this packet. If we are using routing, the
* final destination will be in payload.dest
*/
fixed32 to = 2;