Skip to content

v0.5.6 - Hardware Float ABI

Latest

Choose a tag to compare

@SizzinSeal SizzinSeal released this 18 Jun 03:39
· 4 commits to stable since this release

What's Changed

Installation

Note

To find out what version of PROS and LemLib you have installed, run pros c info-project in the PROS integrated terminal

Warning

When prompted with The following user files have been deprecated: {'src\\main.cpp', 'include\\main.h'}. Do you want to update them? [y/N]:, hit enter. Failure to do so will overwrite main.hpp and main.cpp with no chance of recovering the old files.

If your project currently uses PROS v4.1.x, run the commands below in the pros integrated terminal.

pros c add-depot LemLib https://raw.githubusercontent.com/LemLib/LemLib/depot/stable.json # adds LemLib's stable depot
pros c uninstall LemLib # uninstall LemLib, if it is installed
pros c upgrade # when prompted y/N, just hit enter
pros c install LemLib # install LemLib

If you are currently using PROS v4.2.1, just run this command to install LemLib:

pros c add-depot LemLib https://raw.githubusercontent.com/LemLib/LemLib/depot/stable.json # adds LemLib's stable depot
pros c apply [email protected] # installs [email protected]

Full Changelog: v0.5.5...v0.5.6