As this is my first post, I would like to say hello
I have a problem with WIO Terminal. I am using platformio, I have successfully updated to the latest WIO Terminal firmware. I added the necessary libraries as follows: my .ini file:
The program works, the LCD works, BLE also works, I scan the mac addresses and show them on the display. The problem is when I add WiFi.begin (); in my program.
Then the program does not compile. After analyzing the error, the problem is in WiFiGeneric.h, linker can’t see:
#include <wifi_provisioning / manager.h>
Anyone had such a problem? How can I solve it? I would be very grateful for your help.
Hi, I think you shouldn’t have atUnified in your libdeps. The project I’m currently working on has:
platformio.ini
[env:seeed_wio_terminal]
platform = atmelsam
board = seeed_wio_terminal
framework = arduino