PlatformIO: How to check and ensure that latest ArduinoCore board library is used

I use PlatformIO to develop for the Wio Terminal. I’m not sure how to check and ensure that always the latest ArduinoCore board library is used or how I can select an older version if wanted in special cases…
Can I be sure that the latest version is used when I create a new project?
Thanks in advance
RoSchmi

https://wiki.seeedstudio.com/Software-PlatformIO/#using-the-latest-arduinocore-library-for-seeed @RoSchmi I hope this document help you.

Thanks @Baozhu,
that was very helpful. Now I can see in the build output that the latest library (actually 1.8.1) is used.

Core_actualized

When I merely create a new Wio Terminal with PlatformIO, a project with version 1.7.6

Core_standard

Hi @RoSchmi ,
Yes.
You need to update platform_packages in platform.ini when you want to use latest board package.

1 Like

Thanks @matsujirushi,
nice to meet someone known from GHI forum :smiley:

1 Like