mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
initial work on a wifi/http configuration module
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule "components/libwebsockets"]
|
||||
path = components/libwebsockets
|
||||
url = https://github.com/warmcat/libwebsockets.git
|
||||
[submodule "components/mbedtls"]
|
||||
path = components/mbedtls
|
||||
url = https://github.com/lws-team/mbedtls.git
|
||||
[submodule "components/lws-esp32"]
|
||||
path = components/lws-esp32
|
||||
url = https://github.com/huming2207/lws-esp32.git
|
||||
Reference in New Issue
Block a user