From 789a7570d556f63f1784121facde04432333f6a7 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 15 Apr 2021 09:02:16 -0500 Subject: Change default poll rate to 1000 --- src/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.c b/src/gui.c index e4f852b..8610725 100644 --- a/src/gui.c +++ b/src/gui.c @@ -351,7 +351,7 @@ int start_gui (SensorSource *ss) { init_sensors(); resize_to_treeview(GTK_WINDOW(window), GTK_TREE_VIEW(treeview)); - timeout = g_timeout_add(300, update_data, NULL); + timeout = g_timeout_add(1000, update_data, NULL); } else{ dialog = gtk_message_dialog_new(GTK_WINDOW (window), -- cgit v1.2.3-70-g09d2