Browse Source

Update README with CMake build system instructions.

main
David Antliff 7 years ago
committed by GitHub
parent
commit
b861379c58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -23,6 +23,12 @@ Build the application with:
$ make menuconfig # set your serial configuration and the 1-Wire GPIO - see below $ make menuconfig # set your serial configuration and the 1-Wire GPIO - see below
$ make flash monitor $ 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. The program should detect your connected devices and periodically obtain temperature readings from them, displaying them on the console.
## Dependencies ## Dependencies

Loading…
Cancel
Save