Changed to throughput profile

This commit is contained in:
hiar
2025-08-08 14:48:41 +02:00
committed by Himali Aryal
parent de9aa4bfa0
commit f3333c737c

View File

@@ -196,7 +196,7 @@ internal fun DeviceConnectedView(
.imePadding() .imePadding()
) { ) {
// Requires max value length to be set. // Requires max value length to be set.
val needsMaxValueLength = profile.profile == Profile.CHANNEL_SOUNDING || val needsMaxValueLength = profile.profile == Profile.THROUGHPUT ||
profile.profile == Profile.UART profile.profile == Profile.UART
if (needsMaxValueLength) { if (needsMaxValueLength) {
LaunchedEffect(key1 = true) { LaunchedEffect(key1 = true) {