Seeeduino GPRS sketches

Just got this up and running. Great board.

As it’s a Leonardo based board, shouldn’t all the demo sketches that have

Serial.begin(9600);

be altered to be

Serial.begin(9600);
while (!Serial) {
}

This fixed missing the startup messages for me.

:smiley: ,Thanks for your friendly reminder,we will fix this bug.