Skip to content

Commit

Permalink
devsync 022e311
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2k committed Feb 12, 2024
1 parent 7da1923 commit 9cd30a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,4 @@ jobs:
sha256sum $ZIP_FILE
curl -fs -X PUT -u ${{ secrets.UPLOAD_KEY }} ${{ secrets.LATEST_DROP_FOLDER }}/${FIRMWARE}_latest.zip --upload-file $ZIP_FILE || true
curl -fs -X PUT -u ${{ secrets.UPLOAD_KEY }} ${{ secrets.LATEST_DROP_FOLDER }}/${FIRMWARE}_latest.sha -d "$hash"
done
- name: firmware_artifacts
uses: actions/upload-artifact@v2
with:
name: firmware-${{ github.sha }}
path: |
./firmware*.hex
./LICENSE.txt
done
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<summary><b>ChangeLog</b></summary>

````
== 2024-02-07
* Enhancement/Bugfix: Unique midi device names (support multiple S&C devices for WebMidi #66)
== 2024-02-07
* Enhancement/Bugfix: DXFM (custom syx handling)
* Enhancement: FV1emu / FX-Compiler (using 16bit delay buffer for less memory consumption)
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[env]
extra_scripts = pre:.pre_build.py
lib_machine = d657352
lib_machine = 022e311

;~/.platformio/penv/bin/pio run -v --environment SC_DSM0
[env:SC_DSM0]
Expand Down

0 comments on commit 9cd30a1

Please sign in to comment.