mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-04-01 13:41:02 +02:00
Fix WT Compile issues and prepare auto release pipeline (#13)
* Fixup WinTest Error * Prepare CI/CD Auto Release Pipeline * Fix CI/CD Components not running * CI/CD Pre-Check n nighty and produce zip for more intutive User Design * fix Version * App Version Update. * More Similar Naming to old Convention
This commit is contained in:
@@ -20,7 +20,7 @@ public class ApplicationConstants {
|
||||
/**
|
||||
* Name of file to store preferences in.
|
||||
*/
|
||||
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.33;
|
||||
public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.40;
|
||||
|
||||
public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://do5amf.funkerportal.de/kst4ContestVersionInfo.xml";
|
||||
public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";
|
||||
|
||||
@@ -205,7 +205,7 @@ public class ReadUDPByWintestThread extends Thread {
|
||||
}
|
||||
|
||||
String formattedQRG = String.format(Locale.US, "%.1f", freqFloat);
|
||||
this.client.getChatPreferences().getMYQRG().set(formattedQRG);
|
||||
this.client.getChatPreferences().getMYQRGFirstCat().set(formattedQRG);
|
||||
|
||||
System.out.println("[WinTest STATUS] stn=" + stn + ", mode=" + mode + ", qrg=" + formattedQRG);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user