Closed download13 closed 6 years ago
Fix for #29.
The ESP8266 seems to have a maximum stack size of 4KB under some conditions. DynamicJsonBuffers are allocated on the heap and so won't crash the ESP.
DynamicJsonBuffer
I think this might fix #10 as well, but it's already closed
Try to rebase on: https://github.com/mozilla-iot/webthing-arduino/pull/38
Fix for #29.
The ESP8266 seems to have a maximum stack size of 4KB under some conditions.
DynamicJsonBuffer
s are allocated on the heap and so won't crash the ESP.