nmattisson / HttpClient

Http Client Library for the Spark Core (also well suited for Arduino and other embedded platforms).
Other
121 stars 150 forks source link

Convert Arduino Strings to C char[] arrays to prevent memory fragmentation. #40

Open ninjatill opened 6 years ago

ninjatill commented 6 years ago

There are numerous discussions on the community.particle.io forums about the use of Arduino-style strings causing possible memory fragmentation. Would it be possible to convert all uses of "String" to a standard C char[] array instead?