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; `
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;