Added relays count (#3773)

Signed-off-by: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com>
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
Benjamin Faershtein 2025-11-24 16:30:44 -08:00 committed by GitHub
parent 0d00c838b0
commit 022652efe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 18 additions and 3 deletions

View file

@ -62,6 +62,7 @@ data class DataPacket(
var rssi: Int = 0,
var replyId: Int? = null, // If this is a reply to a previous message, this is the ID of that message
var relayNode: Int? = null,
var relays: Int = 0,
) : Parcelable {
/** If there was an error with this message, this string describes what was wrong. */