Modified README.md

This commit is contained in:
myles-parfeniuk 2023-11-14 14:13:55 -08:00
parent 479d607e14
commit 678a9824aa
1 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,12 @@ The default wiring is depicted below, it can be changed at driver initialization
cd components cd components
git clone https://github.com/myles-parfeniuk/esp32_BNO08x.git git clone https://github.com/myles-parfeniuk/esp32_BNO08x.git
``` ```
3. Ensure you clean your esp-idf project before rebuilding.
Within esp-idf enabled terminal:
```sh
idf.py fullclean
```
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>
### Example ### Example