[Bug]: CI Pipeline Failing on missing SPI.h File #102
Labels
Category: Library
This issue affects an embedded library other than DCS-BIOS.
P2
High Priority: This is the defect or issue which should be resolved before the release is made. Thes
S2
Major Severity: Any Major feature implemented that is not meeting its requirements/use case(s) and b
Type: Bug
Something is not working as expected.
Milestone
Discord Username
Arribe
Bug Summary
PR #101 is failing with entry: /home/runner/work/OpenHornet-Software/OpenHornet-Software/libraries/Arduino-FOC-drivers/src/encoders/mt6835/./MT6835.h:8:10: fatal error: SPI.h: No such file or directory
8 | #include "SPI.h"
| ^~~~~~~
compilation terminated.
Expected Results
The sketch should compile as SPI.h is a base library included with all Arduino platforms.
Actual Results
The CI fails to complete with the error the SPI.h file is missing. I even tried including it at the top of the include list on the main sketch.
Screenshots/Images/Files
Applicable File Names
PR 4A9A1-THROTTLE_CONTROLLER.ino #101
Release Version
v0.3.0
Category
Libraries & Dependencies (Arduino Libraries, etc)
Applicable End Item(s)
Throttle
Hardware is built to print & this software is tested on that hardware?
Miscellaneous Info
No response
The text was updated successfully, but these errors were encountered: