mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +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 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(
|
||||
|
||||
Reference in New Issue
Block a user