Skip to content

Remove dependency on ESP_LOG

Ideally this would be a pure C++ library, it would be nice to replace the few occurrences of ESP_LOGx with std::printf (std::cout seems to take a lot of space) or spdlog or fmt.

Cfr. keycard-access#8