Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 50fd3a9

Browse files
committed
Fixed Makefile logic on RGB_LED default disable for TBEAMv1 board
1 parent a721118 commit 50fd3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ RELEASE_DIR ?= $(BUILD_DIR)
3939
COPY_IDF_LIB ?= 0
4040

4141
LTE_LOG_BUFF ?= 0
42-
RGB_LED ?= enable
43-
4442
ifeq ($(BOARD), $(filter $(BOARD), TBEAMv1))
4543
RGB_LED ?= disable
44+
else
45+
RGB_LED ?= enable
4646
endif
4747

4848
# by default openthread over LoRa is enabled

0 commit comments

Comments
 (0)