Results 228 comments of Tilen Majerle

> > Indeed, but ESP AT syntax is forcing me to use one IP. So which one should I use to get discovered by someone on known port? > >...

What about ability to set private key and public certificate for SSL connection via file operation commands like Quectel LTE modems? https://www.quectel.com/wp-content/uploads/2021/03/Quectel_BG96_SSL_Application_Note_V1.1.pdf

How can we make sure echo cannot interrupt workflow of tasks and make sure that +CIPRECVLEN response will return same as +IPD did just before?

@jandrassy this is not a solution. @xcguang do you guarantee that if ECHO is disabled, command will work just fine? ``` AT+CIPRECVLEN? ------- This is what I send, not echo...

Unfortunatelly you cannot enable server on more than 1 port.

I think you are right, problem is that there are also some files that are "optional" versus platform. Could you prepare pull request with your changes?

Please see this one: https://github.com/MaJerle/lwprintf/blob/62d5d6d277df67e41909536e271a35eb39b95360/lwprintf/src/lwprintf/lwprintf.c#L1065-L1079 Strlen is called directly, without check if precision flag. When flag for precision is set, strlen may be without NULL termination. ``` % man 3...

Yep, you are right on this one. https://github.com/MaJerle/lwprintf/commit/da808ecf0122a6a11eaf896fd1025c1e4f1e0ce8 Let me know and I will merge then to master branch for immediate fix

And if you use buff_size - 1 in max strlen calc? Does it pass with null character? Would you please add pull request with newest tests you tried?