mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 22:54:03 +09:00
baud number divisor is now 10 because start and stop bits
This commit is contained in:
@@ -40,7 +40,7 @@ data class AdapterConfig(
|
|||||||
val drawScale: Float = 1f,
|
val drawScale: Float = 1f,
|
||||||
val scaleFiltered: Boolean = false,
|
val scaleFiltered: Boolean = false,
|
||||||
val baudRate: Double = 115200.0,
|
val baudRate: Double = 115200.0,
|
||||||
val bitsPerChar: Int = 8
|
val bitsPerChar: Int = 10 // start bit + 8 data bits + stop bit
|
||||||
)
|
)
|
||||||
|
|
||||||
data class SuperGraphicsAddonConfig(
|
data class SuperGraphicsAddonConfig(
|
||||||
|
|||||||
Reference in New Issue
Block a user