I’m following the “Swan Quickstart” guide for PlatformIO, on Ubuntu 20.04.
When I try to build the application I get an error about <Wire.h>
missing.
After some googling I was able to get it working by updating the config file:
lib_deps =
Wire
blues/Blues Wireless Notecard@^1.3.13