This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:practical:hardware:sut:stm32 [2024/04/20 15:49] – [Table] ktokarz | en:iot-open:practical:hardware:sut:stm32 [2025/03/12 09:05] (current) – [Hardware reference] pczekalski | ||
---|---|---|---|
Line 32: | Line 32: | ||
<file ini platformio.ini> | <file ini platformio.ini> | ||
- | [env:nucleo_wb55rg_p] | + | [env:vrelnextgen] |
platform = ststm32 | platform = ststm32 | ||
framework = arduino | framework = arduino | ||
board = nucleo_wb55rg_p | board = nucleo_wb55rg_p | ||
+ | lib_ldf_mode = deep+ | ||
</ | </ | ||
- | <todo @ktokarz> |