char message[50]= {0}; float humi; sprintf(message, "%s%", String(humi, 0).c_str()); ---------------------------------------------------- In the version of 2.3.0, the code above works ok, but when i switch to 2.4.0-rc1, the system hang and reboot.