-
Notifications
You must be signed in to change notification settings - Fork 1k
vsnprintf_P was not declared #163
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
Comments
Hi, All those *_P functions are intend to work with flash instead SRAM. Ane suggestion/feedback are welcom |
Hi, thank you for your reply. I use the WiFiEsp library https://github.com/bportaluri/WiFiEsp I think making a similar function is still oke then. But I don't know how the function works. |
Hi, |
Thankss I will report the result later. :D |
The sketch compiled successfully but I haven't tested all function. Oh I am using the Nucleo-L432KC, so can I use Serial1? I saw that I can enable USART1 to 3. |
Yes you can use the Serial1. By selecting the 'Enable first third' in 'Serial interface' menu, Serial1 will be instantiate.
About ADC, If you talk about |
Based on Paul Stoffregen work on Teensy 3 (http://pjrc.com) Fix stm32duino#163 Signed-off-by: Frederic.Pillon <[email protected]>
Based on Paul Stoffregen work on Teensy 3 (http://pjrc.com) Fix stm32duino#163 Signed-off-by: Frederic.Pillon <[email protected]>
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
The text was updated successfully, but these errors were encountered: