add comments

This commit is contained in:
proddy
2024-07-18 15:00:25 +02:00
parent ce84aae950
commit 3af3d3f0d8
2 changed files with 2 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class ChunkPrint : public Print {
}
};
// added msgPack by Proddy
// added msgPack by proddy for EMS-ESP
class AsyncJsonResponse : public AsyncAbstractResponse {
protected:
JsonDocument _jsonBuffer;