-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Build error with Arduino ESP8266 staging version #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@jrowberg I should note that it is not a staging version anymore and occurs when compiling against Espressif 8266 platform |
Are |
You're right, it's not, at least for STM32. My bad. As there are conflicting types in template arguments deducing, perhaps explicit type casts will help instead? |
I was able to compile and run on esp8266 by forking and replacing the min() function: Obviously there's some problems with this solution but if you just need a hack to get things to work... |
halfcadence, i dont know about problems, but it worked for me on WeMos (based esp8266) with MPU5060. Perhaps i will to have wrongs in the future, but... |
DOIT DEVKIT V3 here with latest i2cdev/mpu6050/esp8266 arduino core and it fails with the following: |
Hi, I have the same problem as "Ravenheart" .... |
Hi, I also modified line 50 in MPU6050_6Axis_MotionApps20.h and MPU6050_9Axis_MotionApps41.h to replace it with |
Zarfab Thanks, coincidentally I had also arrived at that solution after much trial and error. |
The text was updated successfully, but these errors were encountered: