Add UART views.

This commit is contained in:
Sylwester Zieliński
2022-01-03 14:58:18 +01:00
parent 8d9e2cc22e
commit 8545a50995
15 changed files with 377 additions and 4 deletions

View File

@@ -260,7 +260,6 @@ fun HomeView(callback: (NavDestination) -> Unit) {
R.string.uart_module_full
) { callback(NavDestination.UART) }
}
Spacer(modifier = Modifier.width(16.dp))
}
}
}