diff --git a/.gitignore b/.gitignore index 5b9d187..706affd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.cfg + # Antlr4 *.interp *.tokens diff --git a/baconscript b/baconscript index a34327a..1c49943 160000 --- a/baconscript +++ b/baconscript @@ -1 +1 @@ -Subproject commit a34327a874af02398fcbe020c4dd06b4c0433579 +Subproject commit 1c499437d76503dd420eac4f735813dfed262715 diff --git a/buttons.cfg b/buttons.cfg deleted file mode 100644 index a713d89..0000000 --- a/buttons.cfg +++ /dev/null @@ -1,22 +0,0 @@ -[button] - names=switch1,switch2,switch3,switch4 - -[switch1] - pin: 12 - close: "gl21/2" - open: "gl21/1" - -[switch2] - pin: 16 - close: "gl22/2" - open: "gl22/1" - -[switch3] - pin: 20 - close: "gl23/2" - open: "gl23/1" - -[switch4] - pin: 21 - close: "gl24/2" - open: "gl24/1" diff --git a/server.cfg b/server.cfg deleted file mode 120000 index a98ed94..0000000 --- a/server.cfg +++ /dev/null @@ -1 +0,0 @@ -baconscript/server.cfg \ No newline at end of file