We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clear and concise description of what the problem is.
Custom build of the firmware fails if PID is defined.
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
Configuration output here:
Backlog Rule1; Rule2; Rule3
Rules output here:
Status 0
STATUS 0 output here:
weblog
Console output here:
Steps to reproduce the behavior:
A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
xdrv_49_pid.ino line 469:
const char HTTP_PID_HL[] /PROGMEM/ = "{s}
I've commented out the PROGMEMs and it compiled and working.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered:
A compile error around those lines was fixed 15 hours ago. Did you use the very newest source? #19890
Sorry, something went wrong.
Closing since none of the Infos asked in the Template is filled.
No branches or pull requests
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
Custom build of the firmware fails if PID is defined.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
xdrv_49_pid.ino line 469:
const char HTTP_PID_HL[] /PROGMEM/ = "{s}
{m}
{e}";
const char HTTP_PID_INFO[] /PROGMEM/ = "{s}" D_PID_DISPLAY_NAME "{m}%s{e}";
const char HTTP_PID_SP_FORMAT[] /PROGMEM/ = "{s}%s " "{m}%_f ";
const char HTTP_PID_PV_FORMAT[] /PROGMEM/ = "{s}%s " "{m}%_f ";
const char HTTP_PID_POWER_FORMAT[] /PROGMEM/ = "{s}%s " "{m}%*_f " D_UNIT_PERCENT;
I've commented out the PROGMEMs and it compiled and working.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: