mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
experimental mqtt client supporting large packets
This commit is contained in:
@@ -34,6 +34,5 @@ class PublishPacket : public Packet {
|
||||
uint16_t _packetId;
|
||||
uint32_t _payloadLength;
|
||||
uint32_t _payloadBytesRead;
|
||||
char* _ptempbuff;
|
||||
};
|
||||
} // namespace AsyncMqttClientInternals
|
||||
|
||||
Reference in New Issue
Block a user