Open Yuseungyong opened 3 years ago
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.. Maybe, There are conflict things in Aduino nano33 IoT board file. Until now, idont know how this problem solve
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, add
right after # include
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