Skip to content

Commit

Permalink
fix: rssi of messages in message pack (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejglejtek committed Apr 30, 2024
2 parents 0e3c7db + 5af8a37 commit 845cac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/message_container.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class MessageContainer {
message: packMessage,
receivedTimestamp: receivedTimestamp,
source: source,
rssi: rssi,
);
if (update != null) result = update;
}
Expand Down

0 comments on commit 845cac2

Please sign in to comment.