Using the library manager I’ve installed successfully some libraries. I’ve link them to my main.cpp and that is compiling and uploading fine.
My question is:
In the installed library there are some examples, for example like this one “.pio\libdeps\huzzah\WifiManager_ID567\examples\AutoConnect\AutoConnect.ino”
What is the best/easiest way to compile and upload these examples to my board ?
just wanted to update on this issue. I’ve found another way …
By setting the src_dir value in the [platformio] section in the platform.ini file to the folder where the example is located you can compile and run the example without changing your main.cpp …