diff --git a/README.md b/README.md index ef10894..6e951b9 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ The default wiring is depicted below, it can be changed at driver initialization cd components 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 + ```
### Example