mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-19 15:34:26 +01:00
Changed to throughput profile
This commit is contained in:
@@ -196,7 +196,7 @@ internal fun DeviceConnectedView(
|
||||
.imePadding()
|
||||
) {
|
||||
// Requires max value length to be set.
|
||||
val needsMaxValueLength = profile.profile == Profile.CHANNEL_SOUNDING ||
|
||||
val needsMaxValueLength = profile.profile == Profile.THROUGHPUT ||
|
||||
profile.profile == Profile.UART
|
||||
if (needsMaxValueLength) {
|
||||
LaunchedEffect(key1 = true) {
|
||||
|
||||
Reference in New Issue
Block a user