Skip to content

Commit

Permalink
doc: Update README.md ESP8266 EXCLUDE_COMPONENTS
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 3a18dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/devtool/templates/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

0 comments on commit 3a18dff

Please sign in to comment.