Change default poll rate to 1000

This commit is contained in:
Anthony Wang 2021-04-15 09:02:16 -05:00
parent 079ec5e7a7
commit 789a7570d5
Signed by: a
GPG key ID: 6FD3502572299774

View file

@ -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),