Skip to content

Commit

Permalink
Update to v1.1.2
Browse files Browse the repository at this point in the history
Change "solenoid to set" strategy to match position of rotary cams
  • Loading branch information
jpcornil-git authored Nov 13, 2024
1 parent d7f83ed commit f4c7ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive_build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Archive Build
on: [push, pull_request]
env:
AYAB_VERSION: v1.1.1
AYAB_VERSION: v1.1.2
jobs:
archive:
runs-on: ubuntu-latest
steps:
- name: Fetch binary
env:
FIRMWARE_URL : "https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_1.hex"
FIRMWARE_URL : "https://github.com/jpcornil-git/ayabAsync-firmware/releases/download/${{ env.AYAB_VERSION }}/firmware_uno_1_1_2.hex"
run: |
set -e
if ! wget --spider ${FIRMWARE_URL}; then
Expand Down

0 comments on commit f4c7ab0

Please sign in to comment.