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
I've just created a webthing through a ESP8266 with a BME280. If I just add a single property of temperature it works fine however if I add pressure and humidity then temperature stops working. Has anyone else had this problem?
The text was updated successfully, but these errors were encountered:
If you have a complex device with large thing descriptions, you may need to
increase the size of the JSON buffers. The buffer sizes are configurable as
such:
// By default, buffers are 256 bytes for small documents, 1024 for larger ones// To use a pre-defined set of larger JSON buffers (4x larger)
#defineLARGE_JSON_BUFFERS1// Else, you can define your own size
#defineSMALL_JSON_DOCUMENT_SIZE <something>
#defineLARGE_JSON_DOCUMENT_SIZE <something>
#include<Thing.h>
#include<WebThingAdapter.h>
There's also a BME280 example, which uses LARGE_JSON_BUFFERS.
I've just created a webthing through a ESP8266 with a BME280. If I just add a single property of temperature it works fine however if I add pressure and humidity then temperature stops working. Has anyone else had this problem?
The text was updated successfully, but these errors were encountered: