cnlohr / esp82xx

Useful ESP8266 C Environment
Other
288 stars 107 forks source link

Use more dynamic memory #17

Closed cnlohr closed 8 years ago

cnlohr commented 8 years ago

Currently there are several sections within esp82xx where static buffers are used. This should mostly be changed to dynamic memory.