We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Today I used a library and suddenly I received an error error: 'vsnprintf_P' was not declared in this scope
vsnprintf_P (cmdBuf, CMD_BUFFER_SIZE, (char*)cmd, args);
So can this function be added in the core? Thank you