Skip to content

Commit

Permalink
temporarily drop support for the lgt8fx on the A-RYTH-MATIK.
Browse files Browse the repository at this point in the history
  • Loading branch information
awonak committed Feb 11, 2025
1 parent 33fdd81 commit f73a354
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
matrix:
module: ["A-RYTH-MATIK"]
firmware: ["BitGarden", "Euclidean", "Uncertainty", "TimeBandit"]
board: ["arduino:avr:nano", "arduino:avr:nano:cpu=atmega328old", "lgt8fx:avr:328"]
board: ["arduino:avr:nano", "arduino:avr:nano:cpu=atmega328old"]
include:
- board: arduino:avr:nano
boardpath: nano
- board: arduino:avr:nano:cpu=atmega328old
boardpath: nanoOldBootloader
- board: lgt8fx:avr:328
boardpath: lgt8f328p

steps:
- name: Clone repo
Expand All @@ -36,7 +34,6 @@ jobs:
run: |
arduino-cli core update-index
arduino-cli core install arduino:avr
arduino-cli core install lgt8fx:avr --additional-urls https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json
arduino-cli config init
arduino-cli config set library.enable_unsafe_install true
arduino-cli lib install --git-url https://github.com/awonak/libModulove.git
Expand Down
22 changes: 0 additions & 22 deletions pages/layouts/shortcodes/encoder_firmware_button.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@
 
<span class="upload-progress"></span>
</button>
<button
arduino-uploader
hex-href='/HagiwoModulove/releases/{{ .Get "hex" | safeURL }}.lgt8f328p.hex'
board="lgt8f328p"
[optional]verify
[optional]port-filters='[{"usbProductId":46388,"usbVendorId":1241}]'
>
{{ with .Get "buttonText" }}{{ . | plainify }}{{ else -}} Upload Firmware {{ end }} to LGT8F328P
&nbsp;
<span class="upload-progress"></span>
</button>

<div> Reversed Encoder Direction:</div>
<button
Expand All @@ -57,16 +46,5 @@
&nbsp;
<span class="upload-progress"></span>
</button>
<button
arduino-uploader
hex-href='/HagiwoModulove/releases/{{ .Get "hex" | safeURL }}.lgt8f328p.reversed.hex'
board="lgt8f328p"
[optional]verify
[optional]port-filters='[{"usbProductId":46388,"usbVendorId":1241}]'
>
{{ with .Get "buttonText" }}{{ . | plainify }}{{ else -}} Upload Firmware {{ end }} to LGT8F328P - Reversed
&nbsp;
<span class="upload-progress"></span>
</button>
</div>
{{ end }}

0 comments on commit f73a354

Please sign in to comment.