DimaSes99
DimaSes99
#### Motivation I'm am working on a project that for some reason can work only with unformatted JSONs (the whole payload is one single line). And the payload selector is...
Here is the implementation of the espTlsTransportSend function. ``` int32_t espTlsTransportSend(NetworkContext_t* pxNetworkContext, const void* pvData, size_t uxDataLen) { if (pvData == NULL || uxDataLen == 0) { return -1; }...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...