esp-idf-lib/components/button/component.mk

Sun, 02 Apr 2023 09:33:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 Apr 2023 09:33:20 +0200
changeset 10
eee990609da7
parent 1
1c9894662795
permissions
-rw-r--r--

Fixed start of json status message.

COMPONENT_ADD_INCLUDEDIRS = .

ifdef CONFIG_IDF_TARGET_ESP8266
COMPONENT_DEPENDS = esp8266
else
COMPONENT_DEPENDS = driver
endif

mercurial