mirror of
https://github.com/espressif/esp-idf
synced 2025-04-14 10:40:10 -04: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