We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Luos engine 2.6.0
In platformio.ini file (\luos_engine\examples\projects\NUCLEO-F072RB\barometer\platformio.ini) :
You must change the LDF policy by adding this line :
[env:nucleo_f072rb] lib_ldf_mode =off <------ ADD THIS LINE platform = ststm32 board = nucleo_f072rb framework = stm32cube build_unflags = -Os etc...
The text was updated successfully, but these errors were encountered:
Fix #347: Barometer compilation error
8bde92d
c3622a4
cf8fdb4
Simonbdy
No branches or pull requests
Which version the bug has been detected on
Luos engine 2.6.0
Description of the bug
Possible solution
In platformio.ini file (\luos_engine\examples\projects\NUCLEO-F072RB\barometer\platformio.ini) :
You must change the LDF policy by adding this line :
[env:nucleo_f072rb]
lib_ldf_mode =off <------ ADD THIS LINE
platform = ststm32
board = nucleo_f072rb
framework = stm32cube
build_unflags = -Os
etc...
The text was updated successfully, but these errors were encountered: