From dc42f6343c7543406f821a9e38955241b818d900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Mon, 18 Nov 2024 09:37:23 +0100 Subject: [PATCH] Add monitor rules to Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f7bc4e7..4d94553 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,12 @@ $(NAME) : upload upload : .compile arduino-cli upload --port $(PORT) --verify +monitor : + arduino-cli monitor --port $(PORT) + +monitor_re : upload + $(MAKE) monitor + .compile : $(SRCS) $(MAKE) compile touch .compile -- 2.30.2