Releases: liquid-rocketry-illinois/RCP-Target
Releases · liquid-rocketry-illinois/RCP-Target
v1.1.4
v1.1.3
Release Notes
Minor Changes
- Fixed includes for AVR
- Fixed interrupts/noInterrupts for AVR
v1.1.2
Release Notes
Minor Changes
- Switched from cstdint to stdint.h to support AVR
v1.1.1
Release Notes
Minor Changes
- Added function to start a procedure from within the target
v1.1.0
Release Notes
Major Changes
- Changed callback names to clarify their exact scope
Bugfixes
- Fixed writing to devices from within the target (eg. during a procedure) not updating the host with new state
v1.0.5
Release Notes
Minor Changes
- Fixed location of procedure templates for compiling
v1.0.4
Release Notes
Minor Changes
- Fixed fill-in procedures array location
v1.0.3
Release Notes
Minor Changes
- Added actual support for BoolSensors
- Added weak function to allow actually specifying tests
v1.0.2
Release Notes
Minor Changes
- Fixed when version generator script would run
v1.0.1
Release Notes
Major Changes
- Fixed library not compiling in platformio since it wont add header paths
- Added postinstall script for platformio to generate the version info on install