mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

- For esp32-c2, the `CONFIG_NEWLIB_NANO_FORMAT` is enabled by default which does not allow printing `int64_t` values - Copied these values to a `uint32_t` variable for printing them properly