components/esp32-rotary-encoder/CMakeLists.txt

Mon, 06 Apr 2020 20:01:51 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Apr 2020 20:01:51 +0200
changeset 53
20c14b06f255
parent 0
88d965579617
child 73
c18d2951e8d7
permissions
-rw-r--r--

Turn off the watchdog timer during OTA update.

#idf_component_register(SRCS "rotary_encoder.c" INCLUDE_DIRS include)

set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_SRCS "rotary_encoder.c")
register_component()

mercurial