Skip to content

Commit cf8fdb4

Browse files
author
JeromeGalan
committed
Fix #347: Barometer compilation error
1 parent b0cb11a commit cf8fdb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/projects/NUCLEO-F072RB/barometer/platformio.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
default_envs = nucleo_f072rb
1313

1414
[env:nucleo_f072rb]
15+
lib_ldf_mode =off
1516
platform = ststm32
1617
board = nucleo_f072rb
1718
framework = stm32cube
@@ -23,7 +24,7 @@ build_flags =
2324
-DUSE_FULL_LL_DRIVER
2425
-DLUOSHAL=STM32F0
2526
lib_deps =
26-
Luos_engine
27+
luos_engine@^2.6.0
2728
barometer
2829

2930
lib_extra_dirs =

0 commit comments

Comments
 (0)