OVMS3-idf/components/mqtt
David Cermak 35898c704f tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes
Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer

cherry-picked from db121a56e1
2019-10-07 19:11:30 +00:00
..
esp-mqtt@6f1fc3785a tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes 2019-10-07 19:11:30 +00:00
CMakeLists.txt tcp_transport: renamed transport related header files to esp_ prefixed to avoid collisions 2018-10-02 14:15:00 +02:00
component.mk tcp_transport: Remove the ignore warning because we had idf/esp-idf!3359 2018-10-21 15:11:45 +08:00
Kconfig Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00