소스 검색
Update platformio.ini
add required lib to compile
main
David Birgé-Cotte
1 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
3개의 추가작업 그리고
0개의 파일을 삭제
-
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 |