Try setting
Serial.begin(115200);
to
Serial.begin(9600);
I always get weird characters out of serial monitor if I have the baud rate on something weird. YMMV
Try setting
Serial.begin(115200);
to
Serial.begin(9600);
I always get weird characters out of serial monitor if I have the baud rate on something weird. YMMV