Skip to content

Commit 5236596

Browse files
author
Dr. Brandon Wiley
committed
Updated default parity bit to 1
1 parent ace51bf commit 5236596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Transmission/src/main/java/org/operatorfoundation/transmission/SerialConnectionFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SerialConnectionFactory(context: Context)
3030
private const val DEFAULT_BAUD_RATE = 115200
3131
private const val DEFAULT_DATA_BITS = 8
3232
private const val DEFAULT_STOP_BITS = 0
33-
private const val DEFAULT_PARITY = 0
33+
private const val DEFAULT_PARITY = 1
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)