mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-09 23:25:45 +00:00
refactor logging: replace Serial prints with Logger calls for improved readability and debugging
TODO: fix MAC, WiFi PWD and implement it in other files too
This commit is contained in:
parent
b3468b4f01
commit
2e0431357a
3 changed files with 91 additions and 78 deletions
11
.gitmodules
vendored
11
.gitmodules
vendored
|
@ -1,6 +1,9 @@
|
|||
[submodule "lib/ArtNet"]
|
||||
path = lib/ArtNet
|
||||
url = https://github.com/psxde/ArtNet.git
|
||||
path = lib/ArtNet
|
||||
url = https://github.com/psxde/ArtNet.git
|
||||
[submodule "lib/AsyncWebServer_ESP32_W5500"]
|
||||
path = lib/AsyncWebServer_ESP32_W5500
|
||||
url = https://github.com/psxde/AsyncWebServer_ESP32_W5500.git
|
||||
path = lib/AsyncWebServer_ESP32_W5500
|
||||
url = https://github.com/psxde/AsyncWebServer_ESP32_W5500.git
|
||||
[submodule "lib/Elog"]
|
||||
path = lib/Elog
|
||||
url = https://github.com/jpmv27/elog.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue