Closed DEADSEC-SECURITY closed 4 years ago
It seems that std::vector is not supported in your arduino / esp8266 setup. What ESP Core version do you use? (Maybe an update is required)
Can you compile other sketches which make use of std::vector?
It seems that std::vector is not supported in your arduino / esp8266 setup. What ESP Core version do you use? (Maybe an update is required)
Can you compile other sketches which make use of std::vector?
Could you give me an example of a sketch that uses std::vector since I don't know any right now. I included vector seemed to remove the errors but now I'm getting a new error error: 'class WiFiClientSecure' has no member named 'setCACert'
these errors seem to be related to esp core version is out of date. I am on 2.7.2 and I can compile the switch sketch. Please try updating the core
I'm trying to compile my code based on SinricPro but I'm getting a huge error.
Libraries:
Wifi - 1.2.7
ArduinoJson - 6.12.0
SinricPro - 2.4.0
WebSockets - 2.2.0
Arduino board:
The error:
My code:
This error seems something from the SinricPro libraries and I can't seem to understand why is this error occurring.