main/CMakeLists.txt

Thu, 19 Oct 2023 17:32:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Oct 2023 17:32:16 +0200
changeset 0
913eb9ca40b1
child 1
86b275481021
permissions
-rw-r--r--

Initial checkin, WiFi connects and SNTP timesync works.

set(srcs dcf77tx.c task_wifi.c )

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

mercurial