void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
//Serial.begin(9600);
Serial.println("Praise The Lord , Dear Brother and Sister.\nGlorious things of thee are spoken, \nHoly city of our God;");
}
void loop() {
// put your main code here, to run repeatedly:
}