From 6b74cf8f35ab019549878b215fe66e2c688d3abf Mon Sep 17 00:00:00 2001 From: Bahaa Abou Yassine <38012492+BahaaAY@users.noreply.github.com> Date: Sat, 25 May 2024 01:00:22 +0300 Subject: [PATCH] Update README.md Added ads130e08 to the excluded components for the ESP8266 RTOS SDK Makefile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aa1e7ad..19403d4e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ e.g: ```Makefile PROJECT_NAME := my-esp-project EXTRA_COMPONENT_DIRS := /home/user/myprojects/esp/esp-idf-lib/components -EXCLUDE_COMPONENTS := max7219 mcp23x17 led_strip max31865 ls7366r max31855 +EXCLUDE_COMPONENTS := ads130e08 max7219 mcp23x17 led_strip max31865 ls7366r max31855 include $(IDF_PATH)/make/project.mk ``` @@ -345,4 +345,4 @@ or [GitLab examples](https://gitlab.com/UncleRus/esp-idf-lib/tree/master/example - [Tomoyuki Sakurai](https://github.com/trombik): `dps310` `esp_idf_lib_helpers` `example` `led_strip_spi` `lm75` - [Weslley Duarte](https://github.com/weslleymfd): `ads130e08` - [Zaltora](https://github.com/Zaltora): `ina3221` -- zeroday: `onewire` \ No newline at end of file +- zeroday: `onewire`