Hello,
I’m moving from Arduino IDE to PlatformIO in vscode.
I am trying to create a small project using my esp32 and I am stuck with the wifi, WiFiClientSecure libraries. According to the WiFiClientSecure github page, the latest release is version 2. PlatformIO seems to be on v1 still. I need to update to version 2 in order to use the .setAlpnProtocols method which is not in v1.
How do I update the built-in libraries?