Browse Source

Update platformio.ini

add required lib to compile
main
David Birgé-Cotte 1 year ago
committed by GitHub
parent
commit
2430f16e49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      MK3_Firmware/platformio.ini

+ 3
- 0
MK3_Firmware/platformio.ini View File

@@ -16,3 +16,6 @@ board_build.partitions = no_ota.csv
monitor_speed = 115200
upload_speed = 115200
lib_deps = david-spirulerie/La Spirulerie @ ^0.0.4
adafruit/Adafruit BusIO@^1.14.3
adafruit/Adafruit Unified Sensor@^1.1.13
Wire

Loading…
Cancel
Save