main/CMakeLists.txt

Fri, 20 Oct 2023 15:57:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 20 Oct 2023 15:57:56 +0200
changeset 1
86b275481021
parent 0
913eb9ca40b1
permissions
-rw-r--r--

Added framework for the DCF77 transmitter. Added two debug LEDs.

set(srcs dcf77tx.c task_wifi.c task_dcf.c )

idf_component_register(SRCS "${srcs}"
	INCLUDE_DIRS ".")

mercurial