From: Advaith Menon <83835839+advaithm582@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:57:18 +0000 (-0400) Subject: Modify Makefile to disable unnecessary stdout in setport X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=fd54fa70af1fc76c0a8a988bdaec471ff190a9e5;p=gt-ece4180-lab02.git Modify Makefile to disable unnecessary stdout in setport * make setport now only outputs environment variables to the terminal. To set the port your Arduino is on, run: eval $(make setport) --- diff --git a/Makefile.global b/Makefile.global index f3406cd..93e1703 100644 --- a/Makefile.global +++ b/Makefile.global @@ -11,7 +11,7 @@ build: arduino-cli compile --fqbn esp32:esp32:esp32c6 . setport: - $(PYTHON) ../scripts/select_board.py + @$(PYTHON) ../scripts/select_board.py setup: $(SHELL) ../scripts/setup_arduino_cli.sh