There was an error while loading. Please reload this page.
1 parent d897b34 commit 8aec7aaCopy full SHA for 8aec7aa
1 file changed
Makefile
@@ -14,13 +14,13 @@ PYTHON ?= python3
14
ifdef WSL_DISTRO_NAME
15
CLOAD_SCRIPT ?= python.exe -m cfloader
16
else
17
-CLOAD_SCRIPT ?= uvx --from git+https://github.com/bitcraze/crazyflie-clients-python cfloader
+CLOAD_SCRIPT ?= $(PYTHON) -m cfloader
18
endif
19
20
DFU_UTIL ?= dfu-util
21
22
CLOAD_CMDS ?=
23
-CLOAD_ARGS ?= -w radio://0/70/2M/E7E7E7E7E7
+CLOAD_ARGS ?=
24
25
ARCH := stm32f4
26
SRCARCH := stm32f4
0 commit comments