[moserial] Fix baud number.
- From: Michael J. Chudobiak <mjc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [moserial] Fix baud number.
- Date: Sat, 16 Jan 2021 13:47:24 +0000 (UTC)
commit 204441ba3f34c51ccd93dd6ae93d6b369a0bc3f1
Author: Mictronics <github mictronics de>
Date: Mon Apr 27 16:52:16 2020 +0200
Fix baud number.
src/Settings.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/Settings.vala b/src/Settings.vala
index 7e99610..7217d47 100644
--- a/src/Settings.vala
+++ b/src/Settings.vala
@@ -41,7 +41,7 @@ public class Settings : GLib.Object {
"38400", "57600", "115200",
"230400", "460800", "576000",
"921600", "1000000", "2000000",
- "300000" };
+ "3000000" };
public static string DEFAULT_DEVICEFILE = "/dev/ttyS0";
public static int DEFAULT_BAUDRATE = 1200;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]