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 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());
You can’t perform that action at this time.
0 commit comments