warmcat / lws-esp32-test-server-demos

Libwebsockets test demos running on ESP32 OTA APP
Other
33 stars 10 forks source link

Submodule update problem #7

Closed HanVertegaal closed 6 years ago

HanVertegaal commented 6 years ago

When I clone the repository (Nov 24) and then try to update the submodules I get the following:

lws-esp32-test-server-demos (master *=) $ git submodule update --init --recursive fatal: reference is not a tree: 9c7eed17ff370f543c93f6127e8467bde4a6727d Unable to checkout '9c7eed17ff370f543c93f6127e8467bde4a6727d' in submodule path 'components/libwebsockets'

lws-team commented 6 years ago

Yes... I pushed updates today on -factory and -test-server-demos that work againt HEAD esp-idf... the version of lws they use as subprojects is updated as well,

If you update against the new versions it will find the correct lws commit.

HanVertegaal commented 6 years ago

It works now. Thank you.