Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 6/11/2024 in #📦-middleware-and-os
What is wrong with my code ?
Hi everyone @Middleware & OS , please what is wrong with my code ?
I'm using Arduino/ESP32 with FreeRTOS and I'm aware std::string isn't available. That's why I used
sprintf
to convert an int value to a string. Now I noticed that when I call sprintf
in the task function as follows ESP32 crashes and I can't find the reason.
7 replies