I’m playing with a Wio Terminal, and to connect to WiFi it needs the following libraries:
- Seeed_Arduino_rpcWiFi
- Seeed_Arduino_rpcUnified
- Seeed_Arduino_mbedtls
- Seeed_Arduino_FS
- Seeed_Arduino_SFUD
This is described in their WiFi documentation.
In the Arduino IDE I can find all of these libraries.
In the PlatformIO library manager, I can only find:
- Seeed_Arduino_rpcWiFi
- Seeed_Arduino_FS
The rest I have to link to the GitHub repos.
Is there a way to get PlatformIO to pull these libraries in?