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:
HendrikRauh 2025-05-09 19:55:43 +02:00
parent b3468b4f01
commit 2e0431357a
3 changed files with 91 additions and 78 deletions

11
.gitmodules vendored
View file

@ -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