add setClientCert, setCertKey, add debug prints, define commands
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,7 +3,7 @@ PROJECT_NAME := nina-fw
|
||||
EXTRA_COMPONENT_DIRS := $(PWD)/arduino
|
||||
|
||||
ifeq ($(RELEASE),1)
|
||||
CFLAGS += -DNDEBUG -DCONFIG_FREERTOS_ASSERT_DISABLE -Os -DLOG_LOCAL_LEVEL=0
|
||||
CFLAGS += -DNDEBUG -DCONFIG_FREERTOS_ASSERT_DISABLE -Os -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG
|
||||
CPPFLAGS += -DNDEBUG -Os
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user