Skip to content

Commit 8aec7aa

Browse files
committed
Revert Makefile configuration
1 parent d897b34 commit 8aec7aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ PYTHON ?= python3
1414
ifdef WSL_DISTRO_NAME
1515
CLOAD_SCRIPT ?= python.exe -m cfloader
1616
else
17-
CLOAD_SCRIPT ?= uvx --from git+https://github.com/bitcraze/crazyflie-clients-python cfloader
17+
CLOAD_SCRIPT ?= $(PYTHON) -m cfloader
1818
endif
1919

2020
DFU_UTIL ?= dfu-util
2121

2222
CLOAD_CMDS ?=
23-
CLOAD_ARGS ?= -w radio://0/70/2M/E7E7E7E7E7
23+
CLOAD_ARGS ?=
2424

2525
ARCH := stm32f4
2626
SRCARCH := stm32f4

0 commit comments

Comments
 (0)