Skip to content

Conversation

@Junius00
Copy link
Contributor

Checklist

  • Component contains License
  • Component contains README.md
  • Component contains idf_component.yml file with url field defined
  • Component was added to upload job
  • Component was added to build job
  • Optional: Component contains unit tests
  • CI passing

Change description

With Kconfig option CONFIG_LIBC_NEWLIB_NANO_FORMAT=y (enabled by default for ESP32C2), formatting for 64-bit integers is not supported, so snprintf will not work. In this case, manually generate the number string via modulo 10.

@github-actions github-actions bot changed the title fix(json_generator): int64 to string conversion without snprintf fix(json_generator): int64 to string conversion without snprintf (IEC-425) Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants