Skip to content

Commit f6b4a59

Browse files
committed
add lib_archive note to top of PlatformIO docs
1 parent c94996c commit f6b4a59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/simplefoc_library/installation/library_platformio.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>lib
1212

1313
Using SimpleFOC from PlatformIO is not hard at all! The following instructions should get you set up and compiling your code in a matter of minutes.
1414

15+
## Quick setup for pros
16+
17+
You can use SimpleFOC in Arduino projects in PlatformIO. Just add the library via the library manager.
18+
19+
<b>You will need this option in your platformio.ini file:</b>
20+
```ini
21+
lib_archive = false
22+
```
23+
24+
# Detailed instructions
25+
1526
## Prerequisites
1627

1728
- You need an active internet connection throughout this process, until your project is set up.

0 commit comments

Comments
 (0)