Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jan 29, 2024
1 parent 1495396 commit d0db041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FQBN=$(PBV1_FQBN)
TESTSUBDIR=NOTUSED

all:
mkdir build
$(ARDUINO_DIR)/arduino-builder -compile -hardware $(ARDUINO_DIR)/hardware -hardware $(ARDUINO15_DIR)/packages -hardware /home/hubbe/Arduino/hardware -tools $(ARDUINO_DIR)/tools-builder -tools $(ARDUINO_DIR)/hardware/tools/avr -tools $(ARDUINO15_DIR)/packages -fqbn=$(FQBN) -vid-pid=1209_6668 -build-path build -warnings=more -verbose ProffieOS.ino
mkdir -p build
arduino-cli compile --fqbn=$(FQBN) ProffieOS.ino

CPPFLAGS += $(TESTFLAGS)
DIAGNOSTICS_COLOR_WHEN = auto
Expand Down

0 comments on commit d0db041

Please sign in to comment.