-
Notifications
You must be signed in to change notification settings - Fork 17
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
Example is not working... #6
Comments
Hi, I dont own the board you are mentioning but I just tested with Wrover 32 board along with Arudino 1.8.13(Which is the latest stable version of Arudino) and I could compile and flash just fine . I suggest you to try uninstalling your current version of Arudino and installing the latest version in case you are running an older version . |
now, i use Arduino 1.8.13ver. app in Window10... Hmm, i will try uninstalling my current Arduino and installing the this version not app but just program! |
I tried that.. Fail.. |
It seems like this issue is not related to the library but ESP support on Arduino please check this link , see if it solves this issue https://stackoverflow.com/questions/41093090/esp8266-error-macro-min-passed-3-arguments-but-takes-just-2 |
I just tried such as the issue, Note that, |
HI! I just try Tello_example with Arduino nano33 IoT(imbeded ESP32).
But the error below occurs... i dont know what it is...
Error message :
In file included from c:\users\82102\documents\arduinodata\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4\arm-none-eabi\include\c++\7.2.1\bits\char_traits.h:39:0,
c:\users\82102\documents\arduinodata\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4\arm-none-eabi\include\c++\7.2.1\bits\stl_algobase.h:243:55: error: macro "min" passed 3 arguments, but takes just 2
c:\users\82102\documents\arduinodata\packages\arduino\tools\arm-none-eabi-gcc\7-2017q4\arm-none-eabi\include\c++\7.2.1\bits\stl_algobase.h:265:55: error: macro "max" passed 3 arguments, but takes just 2
exit status 1
The text was updated successfully, but these errors were encountered: