We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de5d0 commit be8ba25Copy full SHA for be8ba25
1 file changed
README.md
@@ -14,7 +14,7 @@ during development to quickly access various subsystems in the Crazyflie and sup
14
* High-level commander (takeoff, land, go-to, trajectories)
15
16
It's not intended to be used for creating more advanced scripts or functionality, it's better to
17
-use the the [Crazyflie python library](https://github.com/bitcraze/crazyflie-lib-python) for that.
+use the the new [Crazyflie python library (v2)](https://github.com/bitcraze/crazyflie-lib-python-v2) for that.
18
19
## Installation
20
@@ -179,4 +179,4 @@ cargo install cross
179
cross build --target aarch64-unknown-linux-gnu
180
181
# The resulting executable is now in ./target/aarch64-unknown-linux-gnu/debug/cfcli
182
-```
+```
0 commit comments