This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
/* ***************************************************************************************************************************
2
- AsyncWebResponseImpl_STM32 .h
3
-
2
+ Portenta_H7_AsyncWebResponseImpl .h
3
+
4
4
For Portenta_H7 (STM32H7) with Vision-Shield Ethernet
5
-
5
+
6
6
Portenta_H7_AsyncWebServer is a library for the Portenta_H7 with with Vision-Shield Ethernet
7
-
7
+
8
8
Based on and modified from ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
9
9
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
10
10
Licensed under GPLv3 license
11
-
11
+
12
12
Version: 1.4.0
13
-
13
+
14
14
Version Modified By Date Comments
15
15
------- ----------- ---------- -----------
16
16
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
45
45
private:
46
46
String _content;
47
47
char *_contentCstr; // RSMOD
48
- String _partialHeader;
48
+ String _partialHeader;
49
49
50
50
public:
51
51
AsyncBasicResponse (int code, const String& contentType = String(), const String& content = String());
You can’t perform that action at this time.
0 commit comments