For the example in chapter 3.3 I included the 3 adafruit libraries: 1) unified Sensor, 2) BME280 and 3) BusIO which are listed under “lib-deps” in platformio.ini as expected.
During upload the compilation fails with the info that Wire.h and SPI.h are missing.
Which library or what else do I have to add to fix this?