Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 29e123d

Browse files
authored
Update Portenta_H7_AsyncWebResponseImpl.h
Check OK. Reformat
1 parent ada7a12 commit 29e123d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Portenta_H7_AsyncWebResponseImpl.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/****************************************************************************************************************************
2-
AsyncWebResponseImpl_STM32.h
3-
2+
Portenta_H7_AsyncWebResponseImpl.h
3+
44
For Portenta_H7 (STM32H7) with Vision-Shield Ethernet
5-
5+
66
Portenta_H7_AsyncWebServer is a library for the Portenta_H7 with with Vision-Shield Ethernet
7-
7+
88
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
11-
11+
1212
Version: 1.4.0
13-
13+
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
@@ -45,7 +45,7 @@ class AsyncBasicResponse: public AsyncWebServerResponse
4545
private:
4646
String _content;
4747
char *_contentCstr; // RSMOD
48-
String _partialHeader;
48+
String _partialHeader;
4949

5050
public:
5151
AsyncBasicResponse(int code, const String& contentType = String(), const String& content = String());

0 commit comments

Comments
 (0)