mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: rename 'broadcasted' log to clarify DM-only send
This commit is contained in:
parent
144869511c
commit
bf4e318753
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class VoiceBurstViewModel(
|
|||
|
||||
if (success) {
|
||||
lastSentTimestamp = Clock.System.now().toEpochMilliseconds()
|
||||
Logger.i(tag = TAG) { "Voice Burst broadcasted: ${audioBytes.size} bytes, ${durationMs}ms" }
|
||||
Logger.i(tag = TAG) { "Voice Burst sent to $destNodeId: ${audioBytes.size} bytes, ${durationMs}ms" }
|
||||
_state.update { VoiceBurstState.Sent }
|
||||
delay(SENT_DISPLAY_MS)
|
||||
_state.update { VoiceBurstState.Idle }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue