main/CMakeLists.txt

Wed, 30 Oct 2019 23:21:46 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 30 Oct 2019 23:21:46 +0100
changeset 16
e38ffa806e84
parent 15
83314e7b1b4a
child 21
043ae27633f8
permissions
-rw-r--r--

Initial code for the rotary switch and some menus. Changed default pushbutton pin from 12 to 14 and swapped the rotary pins. Disabled always create a new units file, it should be safe to keep it now.

15
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 idf_component_register(SRCS config.c task_mqtt.c task_ds18b20.c updates.c task_adc.c xutil.c co2meter.c u8g2_esp32_hal.c task_wifi.c
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 INCLUDE_DIRS ".")
83314e7b1b4a Changed build system to idf.py
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
3

mercurial