mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
feat: Update project version to 11 and enhance BLE packet logging with RSSI and SNR information
This commit is contained in:
@@ -392,10 +392,12 @@ class BleResponseHandler {
|
||||
final entropy = uniqueBytes / rawPacketData.length;
|
||||
final isLikelyEncrypted = entropy > 0.7;
|
||||
|
||||
// Create decoded info for packet log
|
||||
// Create decoded info for packet log (includes SNR and RSSI)
|
||||
final logRxDataInfo = LogRxDataInfo(
|
||||
entropy: entropy,
|
||||
isLikelyEncrypted: isLikelyEncrypted,
|
||||
snrDb: snrDb,
|
||||
rssiDbm: rssiDbm,
|
||||
);
|
||||
|
||||
// Update the most recent packet log entry
|
||||
|
||||
Reference in New Issue
Block a user