My pico is crashing and i could not figure out why, the only culprit i can blame is Serial1.readString(). Its not just a normal crash, its a total crash, core 2 stops also, and often on some crash ...
I used Serial.readString() method to receive string message from string monitor. but it returns empty string. #include "Arduino.h" #include "FreeRTOS_AVR.h" void ...