rfetick / Kalman

Implement Kalman filter for your Arduino projects
MIT License
131 stars 13 forks source link

Does not compile with ESP32 #10

Open Riley-Peterson opened 1 month ago

Riley-Peterson commented 1 month ago

In the Arduino IDE I could not get the example sketch to compile. I tried every version of the BasicLinearAlgebra library and it compiled fine for an Arduino Uno but none of my ESP32 boards. My solution so far has just been to use PlatformIO which allows me to compile for ESP32.