Skip to content

Commit

Permalink
CI fixes for ArduinoBHY2Host (#142)
Browse files Browse the repository at this point in the history
* fix: Make `Math.h` lowercase

* ci: Add connectivity libraries to `depends` field

* ci: Add `Arduino_Cellular` to depends field

* ci: Add `ArduinoCellular`

* ci: add `Arduino_Cellular` directly to workflow

* ci: remove `ArduinoCellular` from `library.properties`
  • Loading branch information
aliphys authored Aug 1, 2024
1 parent 10c6fdf commit fe753f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Magnetometer/Magnetometer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

#include "Arduino_BHY2.h"
#include "Math.h"
#include "math.h"

SensorXYZ magnetometer(SENSOR_ID_MAG);

Expand Down

0 comments on commit fe753f7

Please sign in to comment.