currently handles encoder connected to pins configured in encoder.hpp and receives and logs all available events in encoder task Works as expected TODO: migrate with previous implementation of commands in button.cpp
8 lines
155 B
Makefile
8 lines
155 B
Makefile
COMPONENT_ADD_INCLUDEDIRS = .
|
|
|
|
ifdef CONFIG_IDF_TARGET_ESP8266
|
|
COMPONENT_DEPENDS = esp8266 freertos log
|
|
else
|
|
COMPONENT_DEPENDS = driver freertos log
|
|
endif
|