Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add printf method with FlashStringHelper argument #8677

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

lucasssvaz
Copy link
Collaborator

@lucasssvaz lucasssvaz commented Sep 27, 2023

Description of Change

Added vprintf, modified printf to use vprintf and added new printf overload that uses a FlashStringHelper argument (This doesn't support compile time checks. Idk if this is a good idea)

Tests scenarios

Tested using ESP32-DevKitC

Related links

Closes #7392

@lucasssvaz lucasssvaz changed the base branch from esp-idf-v5.1-libs to master October 5, 2023 13:29
@lucasssvaz lucasssvaz marked this pull request as ready for review October 5, 2023 13:30
@me-no-dev me-no-dev merged commit 826a426 into espressif:master Oct 6, 2023
31 checks passed
@lucasssvaz lucasssvaz deleted the feature/vprintf branch March 19, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print::vprintf (and syntactic glue for flash) (IDFGH-8582)
2 participants