From d4b3fb9235833313b387d101ff6e93b8ef54c797 Mon Sep 17 00:00:00 2001 From: David Antliff Date: Thu, 1 Feb 2018 17:21:59 +1300 Subject: [PATCH] Update esp32-owb component and README. --- README.md | 4 +++- components/esp32-owb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b136eac..d9a81fb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ This is an example application for the Maxim Integrated DS18B20 Programmable Res It supports a single or multiple devices on the same 1-Wire bus. -It is written and tested for the [ESP-IDF](https://github.com/espressif/esp-idf) environment, using the xtensa-esp32-elf toolchain (gcc version 5.2.0). +It is written and tested for v3.0 of the [ESP-IDF](https://github.com/espressif/esp-idf) environment, using the xtensa-esp32-elf toolchain (gcc version 5.2.0, crosstool-ng-1.22.0-80-g6c4433a). + +Support for ESP-IDF v2.1 is available on the [ESP-IDF_v2.1](https://github.com/DavidAntliff/esp32-ds18b20-example/tree/ESP-IDF_v2.1) branch. Ensure that submodules are cloned: diff --git a/components/esp32-owb b/components/esp32-owb index 9f69e85..1968aad 160000 --- a/components/esp32-owb +++ b/components/esp32-owb @@ -1 +1 @@ -Subproject commit 9f69e852eb33bfcf81ceb849d6a2f43a3612985d +Subproject commit 1968aadb53ab2b9e929affa93c8df794f11b43c8