Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

min(initializer_list<_Tp> __l, _Compare __comp) Error while compiling ESP32 library code from Arduino IDE

Status
Not open for further replies.

Guna Shekar G

New Member
OS: Linux(Ubuntu Mate)
IDE: Arduino IDE
Example: asm_terminal (USB library code for interfacing ARDUINO USB HOST SHIELD with ESP WROOM 32)

I am working to interface Arduino USB host shield with ESP WROOM 32. I have added the ESP 32 board to the Arduino IDE and able to run basic example codes on ESP32 by burning the ino files from Arduino IDE.

Now, I am using this link: https://github.com/ebrahim-Qaashah/USB_Host_Shield_2.0_Support_ESP32 which has the ESP32 support for the USB Host shield. The main library code for Arduino UNO is here: https://github.com/felis/USB_Host_Shield_2.0

Now, when I am compiling one of the example code asm_terminal.ino, I am getting the following error while compiling.

ESP32_Arduino_Error.png


Can anyone please provide me solution for this issue. Thanks in advance.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top