Browse Source
Update platformio.ini
add required lib to compile
main
David Birgé-Cotte
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
MK3_Firmware/platformio.ini
|
|
@@ -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 |