Добавить общие графики и драйвер parallel NAND #3

Merged
Andrey merged 6 commits from feature/shared-plot-and-parallel-nand into master 2026-09-04 12:39:12 +03:00
Showing only changes of commit c8565d868d - Show all commits

View File

@@ -51,4 +51,3 @@ data class TrendMarkers(
}
fun enabled(marker: TrendMarker): Boolean = if (marker.horizontal) yEnabled else xEnabled
}