request->send(200, textPlainStr, ArduinoStr);The required additional HEAP is about 3 times of the String sizeTo use CString with copying while sending. Use function void send(int code, const String& contentType, const char *content, bool nonDetructiveSend = true); // RSMOD...
Before you can use the DHT11 on the Arduino, you’ll need to install theDHTLib library. It has all the functions needed to get the humidity and temperature readings from the sensor. It’s easy to install, just download the DHTLib.zip file below and open up the Arduino IDE. Then go ...
request->send(200, textPlainStr, ArduinoStr);The required additional HEAP is about 3 times of the String sizeTo use CString with copying while sending. Use function void send(int code, const String& contentType, const char *content, bool nonDetructiveSend = true); // RSMOD...