You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
You can access the Async Advanced WebServer @ the server IP
@@ -1554,7 +1554,7 @@ You can access the Async Advanced WebServers @ the server IP and corresponding p
1554
1554
Following is the debug terminal and screen shot when running example [Async_AdvancedWebServer_MemoryIssues_Send_CString](examples/Async_AdvancedWebServer_MemoryIssues_Send_CString), on `ESP32_DEV with ESP32_ENC28J60`, to demonstrate the new and powerful `HEAP-saving` feature
1555
1555
1556
1556
1557
-
##### Using CString ===> smaller heap (120,880 bytes)
1557
+
##### Using CString ===> smaller heap (112,772 bytes)
1558
1558
1559
1559
```cpp
1560
1560
Start Async_AdvancedWebServer_MemoryIssues_Send_CString on ESP32_DEV with ESP32_ENC28J60
@@ -1586,7 +1586,7 @@ HEAP DATA - Post Send Max heap: 322992 Free heap: 210148 Used heap: 112772
1586
1586
While using `Arduino String`, the HEAP usage is very large
1587
1587
1588
1588
1589
-
#### Async_AdvancedWebServer_MemoryIssues_SendArduinoString ===> very large heap (152,136 bytes)
1589
+
#### Async_AdvancedWebServer_MemoryIssues_SendArduinoString ===> very large heap (143,988 bytes)
1590
1590
1591
1591
```cpp
1592
1592
Start Async_AdvancedWebServer_MemoryIssues_SendArduinoString on ESP32_DEV with ESP32_ENC28J60
0 commit comments