Skip to content

Commit 3f69abb

Browse files
committed
platformio.ini: Added new libs to lib_deps
Added new libs from teensy_libs submodule (UKSC_Alert & can_msg_ids) into platformio.ini lib_deps
1 parent 6da1a39 commit 3f69abb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

platformio.ini

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ platform = teensy
1313
board = teensy41
1414
framework = arduino
1515
lib_deps =
16-
function
17-
greiman/ChRt@=1.3.0
16+
greiman/ChRt@=1.3.0
1817
FlexCAN_T4
18+
can_msg_ids
19+
UKSC_Alert
1920
build_flags =
2021
-Wall
2122
;-Isrc/battery
@@ -32,4 +33,4 @@ build_flags =
3233
;-Isrc/settings
3334
;-Isrc/telemetry
3435
;-Isrc/light
35-
;-Isrc/light_router
36+
;-Isrc/light_router

0 commit comments

Comments
 (0)