about summary refs log tree commit diff
path: root/model1.patch
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2024-04-02 17:34:15 -0400
committerZach DeCook <zachdecook@librem.one>2024-04-02 17:34:15 -0400
commit852cf4723dc9f51a910491cc4039dec569cea491 (patch)
tree9c422e27a67084a378efbc53b573fb98e267ac96 /model1.patch
parent921abcfbb8b12a803232cda128d5e5aa691583f1 (diff)
downloadHexBoard-852cf4723dc9f51a910491cc4039dec569cea491.tar.gz
build: augment to hopefully build in ci
Diffstat (limited to 'model1.patch')
-rw-r--r--model1.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/model1.patch b/model1.patch
deleted file mode 100644
index 1a683b7..0000000
--- a/model1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/HexBoard_V1.1.ino b/HexBoard_V1.1.ino
-index e63c00c..d257751 100644
---- a/HexBoard_V1.1.ino
-+++ b/HexBoard_V1.1.ino
-@@ -25,7 +25,7 @@
- // Change before compile depending on target hardware
- // 1 = HexBoard 1.0 (dev unit)
- // 2 = HexBoard 1.1 (first retail unit)
--#define ModelNumber 2
-+#define ModelNumber 1
- 
- // USB MIDI object //
- Adafruit_USBD_MIDI usb_midi;