From: John Melton G0ORX Date: Fri, 20 Aug 2021 09:24:05 +0000 (+0100) Subject: Added call to wisdom_get_status X-Git-Url: https://git.rkrishnan.org/Site/%5B/%5D%20/uri/$rel_link?a=commitdiff_plain;h=792368e3a05355dd7823983acb82a93d0fbb64e4;p=pihpsdr.git Added call to wisdom_get_status --- diff --git a/main.c b/main.c index def2e87..2024ae9 100644 --- a/main.c +++ b/main.c @@ -87,7 +87,7 @@ static GtkWidget *status; void status_text(char *text) { //fprintf(stderr,"splash_status: %s\n",text); gtk_label_set_text(GTK_LABEL(status),text); - usleep(10000); + usleep(100000); while (gtk_events_pending ()) gtk_main_iteration (); } @@ -209,7 +209,7 @@ static int init(void *data) { while (gtk_events_pending ()) { gtk_main_iteration (); } - status_text("Creating FFTW Wisdom file ..."); + status_text(wisdom_get_status()); } g_idle_add(ext_discovery,NULL);