Skip to content

Commit fe753f7

Browse files
authored
CI fixes for ArduinoBHY2Host (#142)
* 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`
1 parent 10c6fdf commit fe753f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Magnetometer/Magnetometer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
#include "Arduino_BHY2.h"
17-
#include "Math.h"
17+
#include "math.h"
1818

1919
SensorXYZ magnetometer(SENSOR_ID_MAG);
2020

0 commit comments

Comments
 (0)