diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/annotations.jar b/lib/annotations.jar new file mode 100644 index 0000000..aed48f4 Binary files /dev/null and b/lib/annotations.jar differ diff --git a/opensr5_flash.iml b/opensr5_flash.iml index d5c0743..5cd4e36 100644 --- a/opensr5_flash.iml +++ b/opensr5_flash.iml @@ -7,6 +7,14 @@ + + + + + + + + + - - + \ No newline at end of file diff --git a/src/com/rusefi/Main.java b/src/com/opensr5/Main.java similarity index 96% rename from src/com/rusefi/Main.java rename to src/com/opensr5/Main.java index dac28ff..a7b0b3e 100644 --- a/src/com/rusefi/Main.java +++ b/src/com/opensr5/Main.java @@ -1,4 +1,4 @@ -package com.rusefi; +package com.opensr5; public class Main {