Skip to content

Commit e75ca9b

Browse files
committed
Fix "arduino-external-libs" example
1 parent a1e85ff commit e75ca9b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

examples/arduino-external-libs/platformio.ini

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,41 @@
77
; Please visit documentation for the other options and examples
88
; http://docs.platformio.org/page/projectconf.html
99

10+
[env]
11+
lib_deps = sparkfun/Sparkfun BMP180
12+
1013
[env:bluepill_f103c8]
1114
platform = ststm32
1215
framework = arduino
1316
board = bluepill_f103c8
14-
lib_deps = BMP180
1517

1618
[env:bluepill_f103c8_128k]
1719
platform = ststm32
1820
framework = arduino
1921
board = bluepill_f103c8_128k
20-
lib_deps = BMP180
2122

2223
[env:maple]
2324
platform = ststm32
2425
framework = arduino
2526
board = maple
26-
lib_deps = BMP180
2727

2828
[env:genericSTM32F103RB]
2929
platform = ststm32
3030
framework = arduino
3131
board = genericSTM32F103RB
32-
lib_deps = BMP180
3332

3433
[env:bluepill_f103c8_stm32_core]
3534
platform = ststm32
3635
framework = arduino
3736
board = bluepill_f103c8
3837
build_flags = -DPIO_FRAMEWORK_ARDUINO_OFFICIAL
39-
lib_deps = BMP180
4038

4139
[env:nucleo_l432kc]
4240
platform = ststm32
4341
board = nucleo_l432kc
4442
framework = arduino
45-
lib_deps = BMP180
4643

4744
[env:nucleo_f401re]
4845
platform = ststm32
4946
board = nucleo_f401re
5047
framework = arduino
51-
lib_deps = BMP180

0 commit comments

Comments
 (0)