From b861379c582b23b0c7d787b98151de858fca0c12 Mon Sep 17 00:00:00 2001 From: David Antliff Date: Wed, 10 Jul 2019 12:53:42 +1200 Subject: [PATCH] Update README with CMake build system instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e7d16d6..ddea210 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ Build the application with: $ make menuconfig # set your serial configuration and the 1-Wire GPIO - see below $ make flash monitor +For version 3.2 or newer of ESP-IDF, you can build with the CMake build system: + + $ $IDF_PATH/tools/idf.py menuconfig # set your serial configuration and the 1-Wire GPIO - see below + $ $IDF_PATH/tools/idf.py build + $ $IDF_PATH/tools/idf.py flash monitor + The program should detect your connected devices and periodically obtain temperature readings from them, displaying them on the console. ## Dependencies