/* Connect to the DIY-Thermocam V1 / V2 */
 private void ConnectButton_Click(object sender, EventArgs e)
 {
     UpdaterLogic.Connect();
 }