IR32
IR32 copied to clipboard
ESP32C3 error: 'vector' in namespace 'std' does not name a template type
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;