Final build for 0.10.1

This commit is contained in:
szporowolik
2020-09-15 00:24:36 +02:00
parent 9f22b0e4df
commit d35ceafab2
3 changed files with 4 additions and 2 deletions

View File

@@ -527,7 +527,7 @@
//
// TIM_Autostart
//
this.TIM_Autostart.Interval = 5000;
this.TIM_Autostart.Interval = 500;
//
// form_Main
//

View File

@@ -75,6 +75,7 @@ namespace Perun_v1
if (args[5] == "1")
{
TIM_Autostart.Enabled = true;
PerunHelper.AddLog(ref Globals.AppLogHistory, "Autostart parameter provided", 0, 1);
}
}
}
@@ -209,6 +210,7 @@ namespace Perun_v1
// Send initial data
Tim_MySQL_Tick(null, null);
tim_3rdparties_Tick(null, null);
TIM_Autostart.Enabled = false;
}
private void con_Button_Listen_OFF_Click(object sender, EventArgs e)