.gitmodules 494 B

12345678910111213
  1. [submodule "components/libwebsockets"]
  2. path = components/libwebsockets
  3. url = https://github.com/warmcat/libwebsockets.git
  4. [submodule "components/mbedtls"]
  5. path = components/mbedtls
  6. url = https://github.com/lws-team/mbedtls.git
  7. [submodule "components/lws-esp32"]
  8. path = components/lws-esp32
  9. url = https://github.com/huming2207/lws-esp32.git
  10. [submodule "components/telnet/libtelnet"]
  11. path = components/telnet/libtelnet
  12. url = https://github.com/seanmiddleditch/libtelnet
  13. branch = develop