Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added ads130e08 to the excluded components for the ESP8266 RTOS SDK Makefile
  • Loading branch information
BahaaAY authored May 24, 2024
1 parent e2052b3 commit 6b74cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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`
- zeroday: `onewire`

0 comments on commit 6b74cf8

Please sign in to comment.