-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Added printf method. Fixed unsecured usage of print and println. #35
Conversation
Hey @baltazorr,
The above code returns this:
Any idea why it turns |
Hi @LennartHennigs, you are right. It was wrong implementation. It is not possible to forward an invocation of a variadic function in c. |
Hi, I am using PlatformIO (version lennarthennigs/ESP Telnet @ ^2.0.0). |
@DadelNet, you need to wait until @LennartHennigs merge this PR and release new version of ESPTelnet. As a workaround you can use dependency on my fork: |
Hey, will take a look at it in the next couple of days. |
@baltazorr |
@baltazorr // #defined SERIAL_PRINT void startSerial() { // triggered from setup() #if defined (SERIAL_PRINT) example of print statement : |
@DadelNet look at this project: https://github.com/OpenSmartKit/OSK_Debug/blob/main/src/Debug.h |
Hey @baltazorr, |
No description provided.