Skip to content

Commit 8714978

Browse files
committed
arduino-cli: Allow custom BUILD_DEFINES
1 parent e927ffc commit 8714978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino-cli.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif
3434
OTA_HOSTNAME ?= $(notdir $(PWD))
3535
OTA_IP ?= $(shell getent ahostsv4 "$(OTA_HOSTNAME)" 2>/dev/null | awk '/STREAM/{print $$1; exit}')
3636

37-
BUILD_DEFINES := \
37+
BUILD_DEFINES += \
3838
MONITOR_BAUDRATE \
3939
WIFI_SSID \
4040
WIFI_PASSWORD \

0 commit comments

Comments
 (0)