A C++ logging library for ESP32 using printf like syntax, that does compile-time validation of parameters, log compression for saving your precious memory, sleep resistant persistance
CLI API is a component for ESP-IDF that provides a simple and efficient way to create command-line interfaces (CLI) for ESP32-based applications. It allows developers to easily define and manage CLI commands, making it easier to interact with the device and perform various tasks through a terminal interface.