Skip to content

Commit

Permalink
Update to 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Feb 20, 2024
1 parent 27bc31c commit cb31e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stage3/01-sys-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ wget -nc -nv -O contrib-4.8.0.tar.gz \

# allwpilib
wget -nc -nv -O allwpilib.tar.gz \
https://github.com/wpilibsuite/allwpilib/archive/v2024.1.1.tar.gz
https://github.com/wpilibsuite/allwpilib/archive/v2024.3.1.tar.gz

## robotpy-build
#wget -nc -nv -O robotpy-build.tar.gz \
Expand Down Expand Up @@ -270,7 +270,7 @@ sed -i -e 's, -L/pi-gen[^ ]*,,g' "${ROOTFS_DIR}/usr/local/frc-static/lib/pkgconf
popd

ROBOTPY_REPO=https://frcmaven.wpi.edu/api/download/wpilib-python-release-2024
ROBOTPY_VERSION=2024.1.1.0
ROBOTPY_VERSION=2024.3.1.0
ROBOTPY_ARCH=aarch64

on_chroot << EOF
Expand Down

0 comments on commit cb31e54

Please sign in to comment.