Build options for Uno WiFi Rev2

This commit is contained in:
Sandeep Mistry
2018-11-06 17:52:01 -05:00
parent d718b1f539
commit 7481928992
2 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,11 @@ CFLAGS += -DNDEBUG -DCONFIG_FREERTOS_ASSERT_DISABLE -Os -DLOG_LOCAL_LEVEL=0
CPPFLAGS += -DNDEBUG -Os
endif
ifeq ($(UNO_WIFI_REV2),1)
CFLAGS += -DUNO_WIFI_REV2
CPPFLAGS += -DUNO_WIFI_REV2
endif
include $(IDF_PATH)/make/project.mk
firmware: all