LemLib / LemLib

An easy to use and feature-rich PROS template for the Vex V5
https://lemlib.github.io/LemLib/
MIT License
108 stars 46 forks source link

upgrade: ⬆️ PROS 4.1.0 #202

Closed Aang099 closed 1 month ago

Aang099 commented 1 month ago

Summary

This pull request updates the project to use PROS 4.1, making any necessary code fixes (with no changes in functionality), and updates the tutorials accordingly.

Download the template for this pull request:

[!NOTE]
This is auto generated from Add Template to Pull Request

  • via manual download: LemLib@0.5.0+47a320.zip
  • via PROS Integrated Terminal:
    curl -o LemLib@0.5.0+47a320.zip https://nightly.link/LemLib/LemLib/actions/artifacts/1517243885.zip;
    pros c fetch LemLib@0.5.0+47a320.zip;
    pros c apply LemLib@0.5.0+47a320;
    rm LemLib@0.5.0+47a320.zip;
ABUCKY0 commented 1 month ago

Did you update the documentation for any of the PROS 4 changes?

BattleCh1cken commented 1 month ago

Did you update the documentation for any of the PROS 4 changes?

Yes, everything looks good on my end.

SizzinSeal commented 1 month ago

Example code and tutorials need to be verified, as well as odom