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

Commit 7c1e487

Browse files
authored
v1.4.1 to not destroy original CString
### Releases v1.4.1 1. Don't need `memmove()`, CString no longer destroyed. Check [All memmove() removed - string no longer destroyed #11](#11)
1 parent afeca4e commit 7c1e487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Ethernet/Async_AdvancedWebServer_MemoryIssues_Send_CString/Async_AdvancedWebServer_MemoryIssues_Send_CString.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ char *cStr;
5959
#define CSTRING_SIZE 40000
6060

6161
// Select either cString is stored in SDRAM or not
62-
#define USING_CSTRING_IN_SDRAM false //true
62+
#define USING_CSTRING_IN_SDRAM true
6363

6464
#if USING_CSTRING_IN_SDRAM
6565
#include "SDRAM.h"

0 commit comments

Comments
 (0)