- Notifications
You must be signed in to change notification settings - Fork7.8k
Revert FlashStringHelper Macros#8143
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Revert FlashStringHelper Macros#8143
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Revert to previous definition of `FPSTR` and `F` macros.
dok-net commentedMay 2, 2023
This PR is a subset of#8111, just slightly easier to digest, but as such it fails to compile this (portable) MCVE, in contrast to the complete fix as proposed in#8111: |
me-no-dev commentedMay 2, 2023
SuGlider commentedMay 2, 2023
#8147 seems to be the same, just with a different branch target for merging. |
SuGlider left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Revert to previous definition of `FPSTR` and `F` macros.
Uh oh!
There was an error while loading.Please reload this page.
Description of Change
Revert to previous definition of
FPSTRandFmacros.Tests scenarios
Tested on arduino-esp32 core v2.0.8 with Adafruit Huzzah32 (Feather ESP32).
Tested on Win11 computer with VSCode+PIO.
Results:
Related links
Closes#8108