An00bIS47 / Homekit

Homekit for ESP32 with Arduino framework
Apache License 2.0
83 stars 7 forks source link

Error with components/CircularBuffer with submodule update #6

Closed Vweston closed 4 years ago

Vweston commented 4 years ago

git submodule update --init --recursive

fatal: No url found for submodule path 'components/CircularBuffer' in .gitmodules

An00bIS47 commented 4 years ago

Thanks for reporting this issue. I have updated the gitmodules file. Please have a look if it is working for you now.

Vweston commented 4 years ago

Thanks, it did fix cloning. Now onto getting a successful compile/link. I’m getting mbed errors. If I defines to the espconfig.h file as you specify, will it cause problems with other esp project compiles??

Thanks

-- VW

On Jan 23, 2020, at 8:53 AM, An00bIS47 notifications@github.com wrote:

 Thanks for reporting this issue. I have updated the gitmodules file. Please have a look if it is working for you now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

An00bIS47 commented 4 years ago

I guess it won't cause any problems with other projects. i will close this issue because this problem is solved.

If you encounter any other problems, please open another issue. Thank you!