aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-25 17:41:48 +0200
committerjoe <rbo@gmx.us>2025-09-25 17:42:00 +0200
commitd3a0374e0b8d44af7db28b4c7ae6aac45f521344 (patch)
treea1317b6988bdabf5c012f3d6ef59e223b87a879f
parentgood progress (diff)
downloadhalfcab-d3a0374e0b8d44af7db28b4c7ae6aac45f521344.tar.gz
halfcab-d3a0374e0b8d44af7db28b4c7ae6aac45f521344.tar.bz2
halfcab-d3a0374e0b8d44af7db28b4c7ae6aac45f521344.tar.xz
halfcab-d3a0374e0b8d44af7db28b4c7ae6aac45f521344.tar.zst
halfcab-d3a0374e0b8d44af7db28b4c7ae6aac45f521344.zip
arduino config
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0fbb1d..60567c3 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ INCS = $(addprefix ${SRC_DIR}, $(addsuffix .h, ${SRC_NAME}))
INCS += $(addprefix ${SRC_DIR}, $(addsuffix .h, ${INC_NAME}))
OBJS = $(patsubst ${SRC_DIR}%.c, ${OBJ_DIR}%.c.o, ${SRCS})
-ARDUINO = arduino-cli
+ARDUINO = arduino-cli --config-file ${XDG_CONFIG_HOME}/arduino-cli/arduino-cli.yaml
CC = cc
CFLAGS = -std=c89
CFLAGS += -Wall