baud number divisor is now 10 because start and stop bits

This commit is contained in:
minjaesong
2024-05-11 15:54:59 +09:00
parent 208f3f7c9f
commit 797b4448a5

View File

@@ -40,7 +40,7 @@ data class AdapterConfig(
val drawScale: Float = 1f,
val scaleFiltered: Boolean = false,
val baudRate: Double = 115200.0,
val bitsPerChar: Int = 8
val bitsPerChar: Int = 10 // start bit + 8 data bits + stop bit
)
data class SuperGraphicsAddonConfig(