aboutsummaryrefslogtreecommitdiff
path: root/remote_plot.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-30 22:32:33 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-30 22:32:33 -0700
commit1c565ba265dd6eb3d1f65d6975367ad1e6897d55 (patch)
tree94250428ad5da697ca4c09034fbf664eaa16abd4 /remote_plot.c
parentc6212f696a1673208091d9f00a96b9a0cd5a63fa (diff)
Temperature read not make sense, and it take too much space, so remove for now
Diffstat (limited to 'remote_plot.c')
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index 4c88fcf..2e9901d 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -667,7 +667,7 @@ static void activate (GtkApplication *app, gpointer user_data)
for(int i=0;i<(VOLTLEN+TEMPLEN);i++)
data->checkbutton[i]=gtk_check_button_new_with_label(checkbutton_names[i]);
gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[0]),TRUE);
- gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[VOLTLEN]),TRUE);
+ //gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[VOLTLEN]),TRUE);
window = gtk_application_window_new (app);
gtk_window_set_title (GTK_WINDOW (window), "remote_plot");