m5stack / M5Core2

M5Core2 Arduino Library
MIT License
262 stars 113 forks source link

fix compile error in c++17 #107

Closed taks closed 1 year ago

taks commented 1 year ago

In c++17, the beta function is global. Therefore, compiling with c++17 fails at quaternionFilters.cpp.

Tinyu-Zhao commented 1 year ago

Thank you for your help!