lbernstone / IR32

Infrared remote using rmt peripheral on esp32
MIT License
17 stars 11 forks source link

ESP32C3 error: 'vector' in namespace 'std' does not name a template type #9

Open 0x0fe opened 2 years ago

0x0fe commented 2 years ago

Hello, When trying to compile on ESP32C3 i got an error with vector, any idea?

IRRecv.h:35:10: error: 'vector' in namespace 'std' does not name a template type std::vector<uint8_t> _preferred;